summaryrefslogtreecommitdiff
path: root/sys-apps/hd-idle/files/hd-idle-service
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/hd-idle/files/hd-idle-service')
-rw-r--r--sys-apps/hd-idle/files/hd-idle-service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/hd-idle/files/hd-idle-service b/sys-apps/hd-idle/files/hd-idle-service
new file mode 100644
index 000000000000..f69c1d754b68
--- /dev/null
+++ b/sys-apps/hd-idle/files/hd-idle-service
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+[Unit]
+Description=hd-idle - spinning down HDDs after a period of idle time
+Documentation=man:hd-idle(1)
+
+[Service]
+Type=forking
+EnvironmentFile=/etc/conf.d/hd-idle
+ExecStart=/usr/sbin/hd-idle $HD_IDLE_OPTS
+
+[Install]
+WantedBy=multi-user.target