From: Lennart Poettering Date: Fri, 16 Jul 2010 19:32:11 +0000 (+0200) Subject: units: introduce smartcard.target X-Git-Tag: v4~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2d3b2c0032268a32557cb03a98175b828620a706 units: introduce smartcard.target --- diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 6d4379ec9..95a91ec17 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -32,5 +32,6 @@ SUBSYSTEM=="bluetooth", TAG="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/blueto SUBSYSTEM=="bluetooth", TAG="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target" SUBSYSTEM=="printer", TAG="systemd", ENV{SYSTEMD_WANTS}="printer.target" +ENV{ID_SMARTCARD_READER}=="*?", TAG="systemd", ENV{SYSTEMD_WANTS}="smartcard.target" LABEL="systemd_end" diff --git a/units/smartcard.target b/units/smartcard.target new file mode 100644 index 000000000..28dd2bba1 --- /dev/null +++ b/units/smartcard.target @@ -0,0 +1,12 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Smart Card +StopWhenUnneeded=yes