...
Code Block |
---|
#!/bin/sh cd /path/to/gumband-os-monitor; ./gumband-os-monitor-linux-x64 |
Make that script executable:
chmod +x startup.sh
Create a systemd daemon for this user with
...
...
Code Block |
---|
#!/bin/sh cd /path/to/gumband-os-monitor; ./gumband-os-monitor-linux-x64 |
Make that script executable: chmod +x startup.sh
Create a systemd daemon for this user with
...