summaryrefslogtreecommitdiff
path: root/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd')
-rw-r--r--app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 50b324882400..000000000000
--- a/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description="gnupg-pkcs11-scd proxy."
-
-GNUPG_PKCS11_GROUP="${GNUPG_PKCS11_GROUP:-gnupg-pkcs11}"
-
-command="/usr/bin/gnupg-pkcs11-scd-proxy-server"
-command_args="--scd-config='${SCD_CONFIG}' --socket-group=${GNUPG_PKCS11_GROUP} ${EXTRA_OPTS}"
-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"
-
-depend() {
- need localmount
- after bootmisc
-}
-
-start_pre() {
- checkpath -o ${user}:${GNUPG_PKCS11_GROUP} -m 0750 -d /run/gnupg-pkcs11-scd-proxy
-}