linuxShortcuts/Services/after-wakeup.service
Bruno Fontes 2964dc1404 Generic updates on laptop
Again, I don't need to keep track of the changes. Just a matter of
having them here.
2021-12-24 11:01:28 -03:00

11 lines
205 B
Desktop File

[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