You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# smartauthlogin - smart card login manager
|
|
#
|
|
|
|
description "smart card login monitor"
|
|
|
|
start on (filesystem
|
|
and started kdm-trinity)
|
|
stop on stopping kdm-trinity
|
|
|
|
script
|
|
if [ -e /usr/bin/smartauthmon.sh ]; then
|
|
/usr/bin/smartauthmon.sh
|
|
fi
|
|
end script
|