diff --git a/fanctrl.service b/fanctrl.service new file mode 100644 index 0000000..f814918 --- /dev/null +++ b/fanctrl.service @@ -0,0 +1,13 @@ +[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