From 9ab7e7279a75c7bc12878275c8211b88ec8b7796 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 24 Jun 2018 16:48:00 +0300 Subject: tox-core --- .../net-libs/tox/files/systemd/tox-bootstrapd.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/net-libs/tox/files/systemd/tox-bootstrapd.service (limited to 'packages/net-libs/tox/files/systemd') diff --git a/packages/net-libs/tox/files/systemd/tox-bootstrapd.service b/packages/net-libs/tox/files/systemd/tox-bootstrapd.service new file mode 100644 index 0000000..ae2f238 --- /dev/null +++ b/packages/net-libs/tox/files/systemd/tox-bootstrapd.service @@ -0,0 +1,15 @@ +[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 -- cgit v1.2.3