mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
7d55e623a8
a5328a1
Change Dash -> Dash Core where appropriate (in strings)b8696d9
Change user/group dash->dashcore69dc9f1
Change dash->dashcore for /etc/ and /var/lib/ folders
23 lines
446 B
Desktop File
23 lines
446 B
Desktop File
[Unit]
|
|
Description=Dash's distributed currency daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=dashcore
|
|
Group=dashcore
|
|
|
|
Type=forking
|
|
PIDFile=/var/lib/dashd/dashd.pid
|
|
ExecStart=/usr/bin/dashd -daemon -pid=/var/lib/dashd/dashd.pid \
|
|
-conf=/etc/dashcore/dash.conf -datadir=/var/lib/dashd -disablewallet
|
|
|
|
Restart=always
|
|
PrivateTmp=true
|
|
TimeoutStopSec=60s
|
|
TimeoutStartSec=2s
|
|
StartLimitInterval=120s
|
|
StartLimitBurst=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|