2019-12-23 00:00:23 +01:00
|
|
|
# It is not recommended to modify this file in-place, because it will
|
|
|
|
# be overwritten during package upgrades. If you want to add further
|
|
|
|
# options or overwrite existing ones then use
|
|
|
|
# $ systemctl edit dashd.service
|
|
|
|
# See "man systemd.service" for details.
|
|
|
|
|
|
|
|
# Note that almost all daemon options could be specified in
|
|
|
|
# /etc/dash/dash.conf
|
|
|
|
|
2015-04-05 23:56:58 +02:00
|
|
|
[Unit]
|
2019-12-23 00:00:23 +01:00
|
|
|
Description=Dash daemon
|
2015-04-05 23:56:58 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2019-12-23 00:00:23 +01:00
|
|
|
ExecStart=/usr/bin/dashd -daemon -conf=/etc/dash/dash.conf -pid=/run/dashd/dashd.pid
|
|
|
|
# Creates /run/dash owned by dashcore
|
|
|
|
RuntimeDirectory=dashd
|
2016-08-19 13:46:30 +02:00
|
|
|
User=dashcore
|
2015-04-05 23:56:58 +02:00
|
|
|
Type=forking
|
2019-12-23 00:00:23 +01:00
|
|
|
PIDFile=/run/dashd/dashd.pid
|
|
|
|
Restart=on-failure
|
2015-04-05 23:56:58 +02:00
|
|
|
PrivateTmp=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|