summaryrefslogtreecommitdiff
blob: 4b33904483bcc9e8e8e37c74213555fe33b758e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2023 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
ExecStart=/usr/sbin/hd-idle -i 180 -l /var/log/hd-idle.log

[Install]
WantedBy=multi-user.target