12 lines
202 B
SYSTEMD
12 lines
202 B
SYSTEMD
|
[Unit]
|
||
|
Description=Notify aiuo-shutdown when system goes sleeping
|
||
|
StopWhenUnneeded=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStop=aiuo-shutdown --notify sleep
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sleep.target
|