summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2021-05-14 18:38:12 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-14 18:38:12 -0700
commit0620655ffbcb29faa53cb9c50f5c0b072644e689 (patch)
tree16e0d63207d92302e89702327678c8715544e723 /net-misc
parentdev-python/cython: adapt IndentationError test to python3_10 (diff)
downloadgentoo-0620655ffbcb29faa53cb9c50f5c0b072644e689.tar.gz
gentoo-0620655ffbcb29faa53cb9c50f5c0b072644e689.tar.bz2
gentoo-0620655ffbcb29faa53cb9c50f5c0b072644e689.zip
net-misc/exabgp: Fix up initd-r1 as well
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/exabgp/files/exabgp.initd-r14
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/exabgp/files/exabgp.initd-r1 b/net-misc/exabgp/files/exabgp.initd-r1
index ec2f01704b8b..070a9bf07251 100644
--- a/net-misc/exabgp/files/exabgp.initd-r1
+++ b/net-misc/exabgp/files/exabgp.initd-r1
@@ -7,8 +7,8 @@
command="capsh"
command_args="
- --uid=${EXABGP_USER:=exabgp}
- --gid=${EXABGP_GROUP:=exabgp}
+ --groups=${EXABGP_GROUP:=exabgp}
+ --user=${EXABGP_USER:-exabgp}
--caps='cap_net_admin+epi cap_setuid+ep-i cap_setgid+ep-i'
-- -c \"/usr/bin/exabgp ${EXABGP_ARGS}\""