summaryrefslogtreecommitdiff
path: root/app-admin/hddtemp/files/hddtemp.service
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/hddtemp/files/hddtemp.service')
-rw-r--r--app-admin/hddtemp/files/hddtemp.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-admin/hddtemp/files/hddtemp.service b/app-admin/hddtemp/files/hddtemp.service
deleted file mode 100644
index b2fca4214bca..000000000000
--- a/app-admin/hddtemp/files/hddtemp.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Hard drive temperature monitor daemon
-Documentation=man:hddtemp(8)
-
-[Service]
-Environment=HDDTEMP_OPTIONS=--listen=127.0.0.1
-EnvironmentFile=-/etc/conf.d/hddtemp
-ExecStart=/usr/sbin/hddtemp -d $HDDTEMP_OPTIONS $HDDTEMP_DRIVES
-
-[Install]
-WantedBy=multi-user.target