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.
14 lines
216 B
Desktop File
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
|