mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update mmdvm.sh
This commit is contained in:
parent
36ac351ca2
commit
0c17a07bcd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue