summarylogtreecommitdiffstats
path: root/hpfall.service
diff options
context:
space:
mode:
authorEric Waller2015-08-28 15:40:02 -0700
committerEric Waller2015-08-28 15:40:02 -0700
commit234dc0e2385f626f3069f7b524376de6af35de15 (patch)
tree277728e687c21227064ec2d5ad54681380aa09d7 /hpfall.service
downloadaur-234dc0e2385f626f3069f7b524376de6af35de15.tar.gz
Initial release. This is not the same hpfall that had previously
ben in the Arch AUR. This version does not use /etc/hpfall.conf. It has also been patched to post fall events to the system log
Diffstat (limited to 'hpfall.service')
-rw-r--r--hpfall.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/hpfall.service b/hpfall.service
new file mode 100644
index 000000000000..33ab2ffc9afd
--- /dev/null
+++ b/hpfall.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=HP laptop freefall disk protection daemon
+[Service]
+Type=forking
+ExecStart=/usr/bin/hpfall
+ExecReload=/bin/kill -HUP $MAINPID
+[Install]
+WantedBy=multi-user.target