From 7e0b4de07c6d46ad416d1599d6b272d17359ceb7 Mon Sep 17 00:00:00 2001 From: timniklas Date: Sat, 21 Sep 2024 01:46:01 +0200 Subject: [PATCH] Added legacy python support --- service/boswatch.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/boswatch.service b/service/boswatch.service index 80c440b..f68452c 100644 --- a/service/boswatch.service +++ b/service/boswatch.service @@ -4,7 +4,7 @@ After=multi-user.target [Service] Type=simple -ExecStart=/usr/bin/python /opt/boswatch/boswatch.py -f 123.45M -a POC512 +ExecStart=/usr/bin/python2 /opt/boswatch/boswatch.py -f 123.45M -a POC1200 Restart=on-abort [Install]