2024-02-05 23:00:22 +01:00
|
|
|
[Unit]
|
2024-12-16 19:40:22 +01:00
|
|
|
Description=Neobytes distributed currency daemon
|
2024-02-05 23:00:22 +01:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2024-12-16 19:40:22 +01:00
|
|
|
User=neobytes
|
|
|
|
Group=neobytes
|
2024-02-05 23:00:22 +01:00
|
|
|
|
|
|
|
Type=forking
|
|
|
|
PIDFile=/var/lib/neobytesd/neobytesd.pid
|
|
|
|
ExecStart=/usr/bin/neobytesd -daemon -pid=/var/lib/neobytesd/neobytesd.pid \
|
2024-12-16 19:40:22 +01:00
|
|
|
-conf=/etc/neobytes/neobytes.conf -datadir=/var/lib/neobytesd -disablewallet
|
2024-02-05 23:00:22 +01:00
|
|
|
|
|
|
|
Restart=always
|
|
|
|
PrivateTmp=true
|
|
|
|
TimeoutStopSec=60s
|
|
|
|
TimeoutStartSec=2s
|
|
|
|
StartLimitInterval=120s
|
|
|
|
StartLimitBurst=5
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|