commit: 0a84eca3286f41c523a7aeeeaae35dcf9f40a9ca Author: Pavel Frolov <tigrashik <AT> gmail <DOT> com> AuthorDate: Sat Sep 9 17:11:51 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 23:00:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a84eca3
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 net-libs/tox/files/initd | 2 +- net-libs/tox/files/tox-bootstrapd.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/tox/files/initd b/net-libs/tox/files/initd index f08c59457e5..101d3297056 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 c841b3c2cd9..ae2f238cd60 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]
