diff --git a/deploy_service.sh b/deploy_service.sh new file mode 100644 index 0000000..4816f9d --- /dev/null +++ b/deploy_service.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +sudo cp fan_control /opt/fan_control +sudo cp monitor_temp.service monitor_temp.timer +sudo systemctl enable monitor_temp.timer +sudo systemctl start monitor_temp.timer