blob: 33ab2ffc9afd61a2e32c27bce41a1d42ee684527 (
plain)
1
2
3
4
5
6
7
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
|