From 577820c68fad3e98a0788391e39aa1033f3be610 Mon Sep 17 00:00:00 2001 From: vovka36 Date: Thu, 6 Aug 2020 11:36:34 +0300 Subject: [PATCH] Update S99mediamon.sh This will fix a problem when a mediamon don't work after rebooting. --- S99mediamon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S99mediamon.sh b/S99mediamon.sh index 9909866..4bd033a 100644 --- a/S99mediamon.sh +++ b/S99mediamon.sh @@ -4,7 +4,7 @@ case "$1" in start|"") #start the monitoring daemon - python3 /volume1/homes/admin/mediamon.py + nohup env LC_ALL=en_US.utf8 python3 /volume1/homes/admin/mediamon.py ;; restart|reload|force-reload) echo "Error: argument '$1' not supported" >&2