rockpro64fanctrl/fanctrl.service

14 lines
208 B
SYSTEMD
Raw Permalink Normal View History

2021-02-21 10:17:32 +00:00
[Unit]
Description=RockPro64 Fan Control
After=network-online.target
[Service]
User=root
Type=idle
ExecStart=/home/jimmy/fancontrol.sh
Restart=on-failure
RestartSec=10s
[Install]
WantedBy=multi-user.target