summarylogtreecommitdiffstats
path: root/logkeys.service
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:38:21 +0200
committerSanskritFritz2015-06-14 00:38:21 +0200
commita3178f18584d8c12595022e56d45099429004891 (patch)
treea641bb861643ffd56bb333671497fb82a356ab01 /logkeys.service
downloadaur-a3178f18584d8c12595022e56d45099429004891.tar.gz
Initial import
Diffstat (limited to 'logkeys.service')
-rw-r--r--logkeys.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/logkeys.service b/logkeys.service
new file mode 100644
index 000000000000..8bf1ca48b406
--- /dev/null
+++ b/logkeys.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Keylogger daemon
+
+[Service]
+Type=forking
+GuessMainPID=yes
+EnvironmentFile=/etc/conf.d/logkeysd
+ExecStart=/usr/bin/logkeys --start $LOGKEYS_PARAMS
+ExecStop=/usr/bin/logkeys --kill
+
+[Install]
+WantedBy=multi-user.target