linuxShortcuts/Services/after-wakeup.service

11 lines
205 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Bruno Fontes script after wakeup
After=suspend.target
[Service]
Type=simple
ExecStart=/bin/sh /home/bruno/Apps/linuxShortcuts/Services/afterWakeUp.sh
[Install]
WantedBy=suspend.target