summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/tox-bootstrapd.service
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/tox-bootstrapd.service')
-rw-r--r--other/bootstrap_daemon/tox-bootstrapd.service8
1 files changed, 3 insertions, 5 deletions
diff --git a/other/bootstrap_daemon/tox-bootstrapd.service b/other/bootstrap_daemon/tox-bootstrapd.service
index 4b499311..db54cc41 100644
--- a/other/bootstrap_daemon/tox-bootstrapd.service
+++ b/other/bootstrap_daemon/tox-bootstrapd.service
@@ -4,16 +4,14 @@ After=network.target
4 4
5[Service] 5[Service]
6Type=forking 6Type=forking
7PermissionsStartOnly=true 7RuntimeDirectory=tox-bootstrapd
8ExecStartPre=-/bin/mkdir /var/run/tox-bootstrapd -p 8RuntimeDirectoryMode=750
9ExecStartPre=/bin/chown tox-bootstrapd:tox-bootstrapd -R /var/run/tox-bootstrapd 9PIDFile=/var/run/tox-bootstrapd/tox-bootstrapd.pid
10WorkingDirectory=/var/lib/tox-bootstrapd 10WorkingDirectory=/var/lib/tox-bootstrapd
11ExecStart=/usr/local/bin/tox-bootstrapd /etc/tox-bootstrapd.conf 11ExecStart=/usr/local/bin/tox-bootstrapd /etc/tox-bootstrapd.conf
12User=tox-bootstrapd 12User=tox-bootstrapd
13Group=tox-bootstrapd 13Group=tox-bootstrapd
14PIDFile=/var/run/tox-bootstrapd/tox-bootstrapd.pid
15#CapabilityBoundingSet=CAP_NET_BIND_SERVICE 14#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
16 15
17[Install] 16[Install]
18WantedBy=multi-user.target 17WantedBy=multi-user.target
19