aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/ykfde-notify.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/ykfde-notify.service')
-rw-r--r--systemd/ykfde-notify.service18
1 files changed, 18 insertions, 0 deletions
diff --git a/systemd/ykfde-notify.service b/systemd/ykfde-notify.service
new file mode 100644
index 0000000..e77f634
--- /dev/null
+++ b/systemd/ykfde-notify.service
@@ -0,0 +1,18 @@
+# (C) 2016 by Christian Hesse <mail@eworm.de>
+#
+# This software may be used and distributed according to the terms
+# of the GNU General Public License, incorporated herein by reference.
+
+[Unit]
+Description=Notify ykfde about key
+DefaultDependencies=no
+Before=cryptsetup-pre.target
+Wants=cryptsetup-pre.target
+Requires=ykfde-2f.service
+ConditionPathExists=/run/ykfde.pid
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/pkill -USR1 --pidfile /run/ykfde.pid
+ExecStart=/usr/bin/sleep 0.2