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.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/tox-bootstrapd.service b/other/bootstrap_daemon/tox-bootstrapd.service
index 20f698d2..88ea9afa 100644
--- a/other/bootstrap_daemon/tox-bootstrapd.service
+++ b/other/bootstrap_daemon/tox-bootstrapd.service
@@ -11,6 +11,9 @@ WorkingDirectory=/var/lib/tox-bootstrapd
11ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf 11ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf
12User=tox-bootstrapd 12User=tox-bootstrapd
13Group=tox-bootstrapd 13Group=tox-bootstrapd
14# TCP Server needs to be able to have lots of TCP sockets open.
15LimitNOFILE=32768
16# Uncomment to allow binding to ports < 1024, e.g. 443 (HTTPS) for TCP Server
14#CapabilityBoundingSet=CAP_NET_BIND_SERVICE 17#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
15 18
16[Install] 19[Install]