blob: f69c1d754b687acdbb787f3764bb30770aa2ee24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|