commit: 79574a0ad8ce52341e970ab2c497c6825c9098c3
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 3 14:21:35 2021 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec 3 14:21:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79574a0a
app-crypt/gnupg-pkcs11-scd: Update OpenRC script
Non-maintainer commit: This is effectively the same options reorganized
for future consideration.
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
b/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
index 50b324882400..2861293e0ef0 100644
--- a/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
+++ b/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="gnupg-pkcs11-scd proxy."
@@ -11,7 +11,8 @@ command_args="--scd-config='${SCD_CONFIG}'
--socket-group=${GNUPG_PKCS11_GROUP}
pidfile=${PIDFILE:-/run/${SVCNAME}.pid}
user=${USER:-gnupg-pkcs11-scd-proxy}
group=${GROUP:-gnupg-pkcs11-scd-proxy}
-start_stop_daemon_args="--user ${user} --group ${group} --background
--make-pidfile"
+command_user="${user}:${group}"
+command_background="yes"
depend() {
need localmount