added simple wrapper script to start the script
This commit is contained in:
parent
e30c3ac42a
commit
be494b9c17
1 changed files with 10 additions and 0 deletions
10
run.sh
Executable file
10
run.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname $0)"
|
||||
(
|
||||
while true; do
|
||||
/usr/bin/python3 chch-power.py >/dev/null 2>&1
|
||||
done
|
||||
sleep 1
|
||||
) &
|
||||
disown $!
|
Loading…
Add table
Add a link
Reference in a new issue