v. 1.0.0.0
This commit is contained in:
22
contrib/init/neodashd.service
Normal file
22
contrib/init/neodashd.service
Normal file
@@ -0,0 +1,22 @@
|
||||
[Unit]
|
||||
Description=Neodash's distributed currency daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=neodash
|
||||
Group=neodash
|
||||
|
||||
Type=forking
|
||||
PIDFile=/var/lib/neodashd/neodashd.pid
|
||||
ExecStart=/usr/bin/neodashd -daemon -pid=/var/lib/neodashd/neodashd.pid \
|
||||
-conf=/etc/neodash/neodash.conf -datadir=/var/lib/neodashd -disablewallet
|
||||
|
||||
Restart=always
|
||||
PrivateTmp=true
|
||||
TimeoutStopSec=60s
|
||||
TimeoutStartSec=2s
|
||||
StartLimitInterval=120s
|
||||
StartLimitBurst=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user