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 tdm-trinity)
|
|
stop on stopping tdm-trinity
|
|
|
|
script
|
|
if [ -e /usr/bin/smartauthmon ]; then
|
|
/usr/bin/smartauthmon
|
|
fi
|
|
end script
|