summarylogtreecommitdiffstats
path: root/theholyrogerd.service
diff options
context:
space:
mode:
authorRaansu-auto2018-06-29 00:30:19 -0700
committerRaansu-auto2018-06-29 00:30:19 -0700
commite2edf16c00cb5ecdbc2d0b39da320d9d7b7701e8 (patch)
treef8ca3d2f33c6262216cc17a592e33aa320cfa79f /theholyrogerd.service
parent990093f6a221e7cddad856207eacf833bcf8ec0e (diff)
downloadaur-e2edf16c00cb5ecdbc2d0b39da320d9d7b7701e8.tar.gz
Update to 0.16.0rc6+2+g74f38c4d8
Diffstat (limited to 'theholyrogerd.service')
-rw-r--r--theholyrogerd.service22
1 files changed, 22 insertions, 0 deletions
diff --git a/theholyrogerd.service b/theholyrogerd.service
new file mode 100644
index 000000000000..ba01ccbbffa1
--- /dev/null
+++ b/theholyrogerd.service
@@ -0,0 +1,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