summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/etc
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-03-31 09:16:05 +0200
committermakefu <github@syntax-fehler.de>2014-03-31 09:16:05 +0200
commitc117170caeb62a9450d4410dbeead5fb5bb7969d (patch)
treef44a91339a5842ec76117cb3e6ab766e8178e6aa /filehooker/root-image/etc
parent0e9739c5716db1ef34d3c61ea8b03f8d09faa79e (diff)
expand disks correctly
Diffstat (limited to 'filehooker/root-image/etc')
-rw-r--r--filehooker/root-image/etc/systemd/system/hddtemp.service.d/monitor_all_disks.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/filehooker/root-image/etc/systemd/system/hddtemp.service.d/monitor_all_disks.conf b/filehooker/root-image/etc/systemd/system/hddtemp.service.d/monitor_all_disks.conf
new file mode 100644
index 00000000..e6b8fcda
--- /dev/null
+++ b/filehooker/root-image/etc/systemd/system/hddtemp.service.d/monitor_all_disks.conf
@@ -0,0 +1,3 @@
+[Service]
+ExecStart=
+ExecStart=/bin/bash -c "/usr/bin/hddtemp -dF hddtemp -d /dev/[vsh]d[a-z]"