Skip to content

Instantly share code, notes, and snippets.

@nvsofts
Created February 18, 2016 00:37
Show Gist options
  • Select an option

  • Save nvsofts/04dc0096bb17305cd6a3 to your computer and use it in GitHub Desktop.

Select an option

Save nvsofts/04dc0096bb17305cd6a3 to your computer and use it in GitHub Desktop.
systemd service for 7dtd.sh
[Service]
Type=forking
PIDFile=/home/sdtd/instances/%i/7dtd.pid
ExecStart=/usr/local/bin/7dtd.sh start %i
ExecStop=/usr/local/bin/7dtd.sh kill %i
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment