Nieuw: laat weten als de ober gaat slapen/wakker wordt
This commit is contained in:
parent
5273c53852
commit
9753f676f4
5 changed files with 78 additions and 35 deletions
11
ober/aiuo-shutdown-suspend.service
Normal file
11
ober/aiuo-shutdown-suspend.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue