Skip to content

Instantly share code, notes, and snippets.

@TurBoss
Created July 23, 2017 09:57
Show Gist options
  • Select an option

  • Save TurBoss/6f001945f862ec87d79d1839c792f9b9 to your computer and use it in GitHub Desktop.

Select an option

Save TurBoss/6f001945f862ec87d79d1839c792f9b9 to your computer and use it in GitHub Desktop.
Systemd unit for SPADS
[Unit]
Description=SPADS Jauria RTS stable
After=network.target
[Service]
Type=simple
User=spring
WorkingDirectory=/home/spring/spads-stable
ExecStart=/home/spring/spads-stable/spads.pl /home/spring/spads-stable/etc/spads.conf
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment