Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...