diff options
author | Timothy Pearson <[email protected]> | 2015-09-17 16:43:10 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-17 16:43:10 -0500 |
commit | 640e6672c36985234929fc94a1b8288a82427699 (patch) | |
tree | 94f67bfa64d04e05b55bb115e9cfd23d5e4c7b34 /etc/init | |
parent | a87c27c80800fdd1d5313eb37b4c304615144cfb (diff) | |
download | smartcardauth-640e6672c36985234929fc94a1b8288a82427699.tar.gz smartcardauth-640e6672c36985234929fc94a1b8288a82427699.zip |
v2.0 Release
Use TDE builtins for almost all functions
This package now only provides the initramfs LUKS configuration and related program(s)
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 |