diff options
author | erg <uinarf@autistici.org> | 2023-03-01 09:21:43 +0100 |
---|---|---|
committer | erg <uinarf@autistici.org> | 2023-03-01 09:21:43 +0100 |
commit | efe863451d901d8a3931c851be42b0d6b7370034 (patch) | |
tree | ee26b2686d60e773e665f424c8a36f52d1109a10 | |
parent | 7e51b88785ecde452ffc29445a78492e5a11710e (diff) | |
download | Pi_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_daemon | 2 |
2 files changed, 1 insertions, 1 deletions
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() { |