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.

Revisions

  1. Alex-Werner created this gist Aug 11, 2017.
    16 changes: 16 additions & 0 deletions dashd.service
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    [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