...
Code Block |
---|
[Unit] Description=Gumband OS Monitor [Service] Type=simple TimeoutStartSec=0 ExecStart=bash /path/to/startup/script [Install] WantedBy=default.target |
Enable the daemon with:
systemctl --user enable gumband-os-monitor.service
Ensure that
scrot
is installed (a linux, command-line screenshot application). Runwhich scrot
to check if it is installed.
...