Skip to content

Commit 344a04b

Browse files
committed
Kill the script when starting
The script was hanging. Seemed to happen after adding logging. pkill -f to kill it when starting it again. "There can only be one".
1 parent f0db51d commit 344a04b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mythpywii.conf

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ start on (local-filesystems
88
stop on stopping dbus
99

1010
script
11+
pkill -f /usr/local/bin/myth_py_wii.py
1112
bluetooth_devices=$(lsusb |
1213
grep "Broadcom Corp. BCM2046B1 USB 2.0 Hub" |
1314
cut -d ':' -f 1 |

0 commit comments

Comments
 (0)