summaryrefslogtreecommitdiff
path: root/packages/net-libs/tox/files/systemd/tox-bootstrapd.service
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net-libs/tox/files/systemd/tox-bootstrapd.service')
-rw-r--r--packages/net-libs/tox/files/systemd/tox-bootstrapd.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/net-libs/tox/files/systemd/tox-bootstrapd.service b/packages/net-libs/tox/files/systemd/tox-bootstrapd.service
deleted file mode 100644
index ae2f238..0000000
--- a/packages/net-libs/tox/files/systemd/tox-bootstrapd.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Tox DHT Bootstrap Daemon
-After=network.target
-
-[Service]
-User=tox
-Group=tox
-RuntimeDirectory=tox-bootstrapd
-PIDFile=/run/tox-bootstrapd/tox-bootstrapd.pid
-WorkingDirectory=/var/lib/tox-bootstrapd
-ExecStart=/usr/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf
-#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-
-[Install]
-WantedBy=multi-user.target