summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Frolov <tigrashik@gmail.com>2017-09-09 20:11:51 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-10-28 01:00:32 +0200
commit0a84eca3286f41c523a7aeeeaae35dcf9f40a9ca (patch)
treeb9d9e5e97fe2897a300f715a4f1544307d0a0ff5 /net-libs/tox/files
parentx11-misc/compton: add python 3.6 target. (diff)
downloadgentoo-0a84eca3286f41c523a7aeeeaae35dcf9f40a9ca.tar.gz
gentoo-0a84eca3286f41c523a7aeeeaae35dcf9f40a9ca.tar.bz2
gentoo-0a84eca3286f41c523a7aeeeaae35dcf9f40a9ca.zip
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
Diffstat (limited to 'net-libs/tox/files')
-rw-r--r--net-libs/tox/files/initd2
-rw-r--r--net-libs/tox/files/tox-bootstrapd.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/tox/files/initd b/net-libs/tox/files/initd
index f08c59457e5a..101d3297056f 100644
--- a/net-libs/tox/files/initd
+++ b/net-libs/tox/files/initd
@@ -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 $?
}
diff --git a/net-libs/tox/files/tox-bootstrapd.service b/net-libs/tox/files/tox-bootstrapd.service
index c841b3c2cd9d..ae2f238cd60c 100644
--- a/net-libs/tox/files/tox-bootstrapd.service
+++ b/net-libs/tox/files/tox-bootstrapd.service
@@ -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]