linuxShortcuts/Services/after-wakeup.service

12 lines
236 B
SYSTEMD
Raw Permalink Normal View History

[Unit]
Description=Bruno Fontes script after wakeup
After=suspend.target
2021-03-05 15:23:27 +00:00
OnFailure=logErrors@%n.service
[Service]
Type=simple
ExecStart=/bin/sh /home/bruno/Apps/linuxShortcuts/Services/afterWakeUp.sh
[Install]
WantedBy=suspend.target