summarylogtreecommitdiffstats
path: root/hd-idle.service
diff options
context:
space:
mode:
Diffstat (limited to 'hd-idle.service')
-rw-r--r--hd-idle.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/hd-idle.service b/hd-idle.service
new file mode 100644
index 000000000000..833dfb643e05
--- /dev/null
+++ b/hd-idle.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hard drive idling daemon
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/conf.d/hd-idle
+ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
+
+[Install]
+WantedBy=multi-user.target