summarylogtreecommitdiffstats
path: root/theholyrogerd.service
blob: ba01ccbbffa1e44b9f97c6591de7b64f52a8c9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Unit]
Description=TheHolyRoger's distributed currency daemon
After=network.target

[Service]
User=theholyroger
Group=theholyroger

Type=forking
PIDFile=/var/lib/theholyrogerd/theholyrogerd.pid
ExecStart=/usr/bin/theholyrogerd -daemon -pid=/var/lib/theholyrogerd/theholyrogerd.pid \
-conf=/etc/theholyroger/theholyroger.conf -datadir=/var/lib/theholyrogerd -disablewallet

Restart=always
PrivateTmp=true
TimeoutStopSec=60s
TimeoutStartSec=2s
StartLimitInterval=120s
StartLimitBurst=5

[Install]
WantedBy=multi-user.target