diff options
Diffstat (limited to 'etc/init')
-rwxr-xr-x | etc/init/smartauthlogin.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/init/smartauthlogin.conf b/etc/init/smartauthlogin.conf deleted file mode 100755 index ac03e57..0000000 --- a/etc/init/smartauthlogin.conf +++ /dev/null @@ -1,14 +0,0 @@ -# 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 |