This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.linux/systemd/hdd/hdd_sleep.service

11 lines
164 B
Desktop File

[Unit]
Description=spin HDD drives down
[Service]
Type=oneshot
ExecStart=/var/roothome/app/bin/hdd_sleep
#Restart=on-failure
[Install]
WantedBy=multi-user.target