net-libs/socket_wrapper: ia64 stable wrt bug #578498
[gentoo.git] / net-libs / tox / files / tox-bootstrapd.service
1 [Unit]
2 Description=Tox DHT Bootstrap Daemon
3 After=network.target
4
5 [Service]
6 User=tox
7 Group=tox
8 RuntimeDirectory=tox-bootstrapd
9 PIDFile=/run/tox-bootstrapd/tox-bootstrapd.pid
10 WorkingDirectory=/var/lib/tox-bootstrapd
11 ExecStart=/usr/bin/tox-bootstrapd /etc/tox-bootstrapd.conf
12 #CapabilityBoundingSet=CAP_NET_BIND_SERVICE
13
14 [Install]
15 WantedBy=multi-user.target