Added legacy python support

This commit is contained in:
timniklas 2024-09-21 01:46:01 +02:00 committed by GitHub
parent bba6961281
commit 7e0b4de07c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]