Skip to content

Instantly share code, notes, and snippets.

@Alex-Werner
Created August 11, 2017 22:41
Show Gist options
  • Save Alex-Werner/4dbf1be61c64e7a81cf8d0d5357c7df8 to your computer and use it in GitHub Desktop.
Save Alex-Werner/4dbf1be61c64e7a81cf8d0d5357c7df8 to your computer and use it in GitHub Desktop.
[Unit]
Description=Dashd Service
After=networking.service
[Service]
PIDFile=/home/obusco/.pids/dashd.pid
ExecStart=/home/obusco/dashcore/github/dash/src/dashd -daemon
ExecStop=/home/obusco/dashcore/github/dash/src/dash-cli stop
KillMode=process
Restart=on-failure
TimeoutSec=120
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment