summaryrefslogtreecommitdiff
blob: e6d6c73488879be91d9fbe5c183b5580344dadd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# pcscd.sh: udev external RUN script
#
# based on netifrc net.sh helper
# Copyright 2007 Roy Marples <uberlord@gentoo.org>
# Distributed under the terms of the GNU General Public License v2

# make sure openrc is managing services
if [ ! -d /run/openrc ]; then
	exit 0
fi

IN_HOTPLUG=1 /etc/init.d/pcscd --quiet start