diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 01:51:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-22 01:51:51 +0300 |
commit | 58969e4f1757e77f7dabe4027430403a4abf6281 (patch) | |
tree | f9b516dc0b179dd69ebba835aa18e105fd6d4971 /packages/net-libs/toxcore/files/systemd | |
parent | e43de2fe4ad1635a8275aadce38ff01aad4f6afe (diff) |
tox redone, renamed to toxcore
qtox redone
Diffstat (limited to 'packages/net-libs/toxcore/files/systemd')
-rw-r--r-- | packages/net-libs/toxcore/files/systemd/tox-bootstrapd.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/net-libs/toxcore/files/systemd/tox-bootstrapd.service b/packages/net-libs/toxcore/files/systemd/tox-bootstrapd.service new file mode 100644 index 0000000..ae2f238 --- /dev/null +++ b/packages/net-libs/toxcore/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 |