13 lines
219 B
SYSTEMD
13 lines
219 B
SYSTEMD
|
[Unit]
|
||
|
Description=Notify aiuo-shutdown when system wakes up
|
||
|
After=sleep.target
|
||
|
StopWhenUnneeded=yes
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStop=aiuo-shutdown --notify wakeup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=suspend.target
|