From 58969e4f1757e77f7dabe4027430403a4abf6281 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 22 Jul 2018 01:51:51 +0300 Subject: tox redone, renamed to toxcore qtox redone --- .../net-libs/tox/files/systemd/tox-bootstrapd.service | 15 --------------- 1 file changed, 15 deletions(-) delete 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 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 -- cgit v1.2.3