diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:56:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-26 14:56:18 (GMT) |
commit | 13a53b0255f00a0fdb3ac9c6724f4394da38457e (patch) | |
tree | bcad6420490ffffdc97de49c973cef5b5b8d55f0 /abs/extra/hddtemp/service | |
parent | edb785c434860758abe8c0df08993785a24b89f5 (diff) | |
download | linhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.zip linhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.tar.gz linhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.tar.bz2 |
hddtemp: updated from abs
Diffstat (limited to 'abs/extra/hddtemp/service')
-rw-r--r-- | abs/extra/hddtemp/service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/hddtemp/service b/abs/extra/hddtemp/service new file mode 100644 index 0000000..bc56d16 --- /dev/null +++ b/abs/extra/hddtemp/service @@ -0,0 +1,9 @@ +[Unit] +Description=Hard drive temperature monitor daemon + +[Service] +EnvironmentFile=/etc/conf.d/hddtemp +ExecStart=/usr/sbin/hddtemp -dF $PARAMS $DRIVES + +[Install] +WantedBy=multi-user.target |