1
0
mirror of synced 2024-06-08 05:37:53 +02:00
TheChymera-overlay/net-libs/tox/files/tox-bootstrapd.service
Horea Christian 636f2a62b8
net-libs/tox: new package with attempted version bump
Package-Manager: Portage-2.3.43, Repoman-2.3.10
2018-07-20 20:08:33 +02:00

16 lines
365 B
Desktop File

[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