13 lines
219 B
Desktop File
13 lines
219 B
Desktop File
[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
|