net-misc/exabgp: fix typo in --user assignment in initd scripts

Signed-off-by: Victor Payno <victor.payno@sony.com>
Closes: https://github.com/gentoo/gentoo/pull/20853
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Victor Payno 2021-05-15 12:26:20 -07:00 committed by Patrick McLean
parent e96c56f55b
commit a44841f065
No known key found for this signature in database
GPG Key ID: 99A61A24B667B25D
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
command="capsh"
command_args="
--groups=${EXABGP_GROUP:=exabgp}
--user=${EXABGP_USER:-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"

View File

@ -8,7 +8,7 @@
command="capsh"
command_args="
--groups=${EXABGP_GROUP:=exabgp}
--user=${EXABGP_USER:-exabgp}
--user=${EXABGP_USER:=exabgp}
--caps='cap_net_admin+epi cap_setuid+ep-i cap_setgid+ep-i'
-- -c \"/usr/bin/exabgp ${EXABGP_ARGS}\""