13 lines
220 B
SYSTEMD
13 lines
220 B
SYSTEMD
|
[Unit]
|
||
|
Description=Power LEDs off before shutting down.
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/bin/true
|
||
|
ExecStop=/usr/bin/ledcontrol poweroff
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|