summaryrefslogtreecommitdiffstats
path: root/etc/init
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-09-17 16:43:10 -0500
committerTimothy Pearson <[email protected]>2015-09-17 16:43:10 -0500
commit640e6672c36985234929fc94a1b8288a82427699 (patch)
tree94f67bfa64d04e05b55bb115e9cfd23d5e4c7b34 /etc/init
parenta87c27c80800fdd1d5313eb37b4c304615144cfb (diff)
downloadsmartcardauth-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-xetc/init/smartauthlogin.conf14
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