summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/exabgp/files/exabgp.initd')
-rw-r--r--net-misc/exabgp/files/exabgp.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/exabgp/files/exabgp.initd b/net-misc/exabgp/files/exabgp.initd
index e220108d8262..c3e3d93a494e 100644
--- a/net-misc/exabgp/files/exabgp.initd
+++ b/net-misc/exabgp/files/exabgp.initd
@@ -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}\""
command_background="yes"