aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerg <uinarf@autistici.org>2023-03-01 09:21:43 +0100
committererg <uinarf@autistici.org>2023-03-01 09:21:43 +0100
commitefe863451d901d8a3931c851be42b0d6b7370034 (patch)
treeee26b2686d60e773e665f424c8a36f52d1109a10
parent7e51b88785ecde452ffc29445a78492e5a11710e (diff)
downloadPi_Temp_PID_Control-efe863451d901d8a3931c851be42b0d6b7370034.tar.gz
Pi_Temp_PID_Control-efe863451d901d8a3931c851be42b0d6b7370034.tar.bz2
Pi_Temp_PID_Control-efe863451d901d8a3931c851be42b0d6b7370034.zip
Changed file names
-rw-r--r--pi_temp_pid.py (renamed from main.py)0
-rw-r--r--shroom_daemon2
2 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/pi_temp_pid.py
index 8f22694..8f22694 100644
--- a/main.py
+++ b/pi_temp_pid.py
diff --git a/shroom_daemon b/shroom_daemon
index 708589c..8f08884 100644
--- a/shroom_daemon
+++ b/shroom_daemon
@@ -13,7 +13,7 @@ pidfile="/run/${RC_SVCNAME}.pid"
extra_started_commands="reload"
command_user="${USERNAME}:${USERNAME}"
# command_user="${USER}:${GROUP}"
-command="python /usr/local/sbin/pi_relay.py"
+command="python /usr/local/sbin/pi_temp_pid.py"
description="Daemon for shroombox"
depend() {