Update mmdvm.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-02-21 20:27:50 +00:00
parent 36ac351ca2
commit 0c17a07bcd
1 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ After=network.target
[Service]
User=root
ExecStartPre=/bin/sleep 30
ExecStartPre=/bin/sleep 5
# Modify for different location of Python3 or other port
ExecStart=/usr/bin/python3 -m http.server 80 --directory /opt/MMDVMHost-Websocketboard/html
@ -566,7 +566,7 @@ Type=simple
User=mmdvm
Group=mmdvm
Restart=always
ExecStartPre=/bin/sleep 30
ExecStartPre=/bin/sleep 5
# Modify for different location of Python3 or other port
WorkingDirectory=/opt/MMDVMHost-Websocketboard/
ExecStart=/usr/bin/python3 /opt/MMDVMHost-Websocketboard/logtailer.py