summaryrefslogtreecommitdiff
path: root/app-admin/hddtemp/files/hddtemp.service
blob: b2fca4214bca1e4b3041eea13c6e3d6a7b78eafc (plain)
1
2
3
4
5
6
7
8
9
10
11
[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