mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-libs/tox: fix init scripts syntax.
Closes: https://bugs.gentoo.org/628706 Closes: https://bugs.gentoo.org/622344 Closes: https://github.com/gentoo/gentoo/pull/5674
This commit is contained in:
committed by
Patrice Clement
parent
8c732cd6a3
commit
0a84eca328
@@ -15,7 +15,7 @@ start() {
|
||||
start-stop-daemon --start \
|
||||
--pidfile "${PIDFILE}" \
|
||||
--user="${TOX_USER}" --group="${TOX_GROUP}" \
|
||||
--exec /usr/bin/tox-bootstrapd -- /etc/tox-bootstrapd.conf
|
||||
--exec /usr/bin/tox-bootstrapd -- --config /etc/tox-bootstrapd.conf
|
||||
|
||||
eend $?
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ Group=tox
|
||||
RuntimeDirectory=tox-bootstrapd
|
||||
PIDFile=/run/tox-bootstrapd/tox-bootstrapd.pid
|
||||
WorkingDirectory=/var/lib/tox-bootstrapd
|
||||
ExecStart=/usr/bin/tox-bootstrapd /etc/tox-bootstrapd.conf
|
||||
ExecStart=/usr/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf
|
||||
#CapabilityBoundingSet=CAP_NET_BIND_SERVICE
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user