dcrd/release/services/systemd/dcrd.service
Josh Rickmar 3a61f8c61f Add example service files.
This adds example service files to run dcrd as a system service for systemd and
illumos SMF.

Waiting on an rc.d before this is merged...

Closes #561.
2017-03-23 02:07:08 -05:00

14 lines
216 B
Desktop File

[Unit]
Description=Decred Full Node
[Service]
Type=simple
User=dcrd
Group=dcrd
WorkingDirectory=/var/dcrd
ExecStart=/opt/decred/bin/dcrd --appdata=/var/dcrd
Restart=on-abnormal
[Install]
WantedBy=multi-user.target