* [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg-pkcs11-scd/files/
@ 2021-12-03 14:23 Brian Evans
0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2021-12-03 14:23 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-03 14:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 14:23 [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg-pkcs11-scd/files/ Brian Evans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox