mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
12 lines
236 B
Desktop File
Executable File
12 lines
236 B
Desktop File
Executable File
[Unit]
|
|
Description=Bruno Fontes script after wakeup
|
|
After=suspend.target
|
|
OnFailure=logErrors@%n.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/bin/sh /home/bruno/Apps/linuxShortcuts/Services/afterWakeUp.sh
|
|
|
|
[Install]
|
|
WantedBy=suspend.target
|