summaryrefslogtreecommitdiff
path: root/legacy/pcsc-lite/pcscd.initd
diff options
context:
space:
mode:
Diffstat (limited to 'legacy/pcsc-lite/pcscd.initd')
-rw-r--r--legacy/pcsc-lite/pcscd.initd23
1 files changed, 0 insertions, 23 deletions
diff --git a/legacy/pcsc-lite/pcscd.initd b/legacy/pcsc-lite/pcscd.initd
deleted file mode 100644
index 7c580253a..000000000
--- a/legacy/pcsc-lite/pcscd.initd
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/files/pcscd-init.7,v 1.1 2014/02/14 23:11:54 flameeyes Exp $
-
-name="PC/SC Daemon"
-
-pidfile=/run/pcscd/pcscd.pid
-
-command=/usr/sbin/pcscd
-command_args="${EXTRA_OPTS}"
-
-start_stop_daemon_args="--user pcscd:pcscd"
-
-depend() {
- need localmount
- after udev openct dbus
- use logger
-}
-
-start_pre() {
- checkpath -d -m 0755 -o pcscd:pcscd /run/pcscd
-}