summaryrefslogtreecommitdiff
path: root/other/rpm/tox-bootstrapd.service
diff options
context:
space:
mode:
Diffstat (limited to 'other/rpm/tox-bootstrapd.service')
-rw-r--r--other/rpm/tox-bootstrapd.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/other/rpm/tox-bootstrapd.service b/other/rpm/tox-bootstrapd.service
new file mode 100644
index 00000000..227c4497
--- /dev/null
+++ b/other/rpm/tox-bootstrapd.service
@@ -0,0 +1,17 @@
1[Unit]
2Description=Tox DHT Bootstrap Daemon
3After=network.target
4
5[Service]
6Type=forking
7RuntimeDirectory=tox-bootstrapd
8RuntimeDirectoryMode=750
9PIDFile=/var/run/tox-bootstrapd/tox-bootstrapd.pid
10WorkingDirectory=/var/lib/tox-bootstrapd
11ExecStart=/usr/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf
12User=tox-bootstrapd
13Group=tox-bootstrapd
14#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
15
16[Install]
17WantedBy=multi-user.target