summaryrefslogtreecommitdiffstats
path: root/etc/init/smartauthlogin.conf
blob: ac03e577da541c13291bae7ca009ba8f54978f5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# smartauthlogin - smart card login manager
#

description	"smart card login monitor"

start on (filesystem
	  and started tdm-trinity)
stop on stopping tdm-trinity

script
	if [ -e /usr/bin/smartauthmon ]; then
		/usr/bin/smartauthmon
	fi
end script