Skip to content

Commit

Permalink
adjusted fan service
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanLut authored and RomanLut committed Jan 25, 2025
1 parent 312f931 commit f23581d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fan_control_rpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,11 @@ check_service_status() {
start_service() {
echo "Starting $SERVICE_NAME service..."
sudo systemctl start "$SERVICE_NAME"
echo "$SERVICE_NAME service started."
}

stop_service() {
echo "Stopping $SERVICE_NAME service..."
sudo systemctl stop "$SERVICE_NAME"
echo "$SERVICE_NAME service stopped."
}

# Check if the script is run with the "install", "uninstall", "status", "start", or "stop" parameter
Expand Down

0 comments on commit f23581d

Please sign in to comment.