1
0
Fork 0
MMDVMHost-Websocketboard/systemd/http.server.service
Kim Huebel 9f63c75118 Added automatically reloading of DMR_ID-list after (configured) time.
Configure your time in logtailer.ini as DMR_ID_Reload_Time

Also removed sleep in service-files and modified TG-List.csv
2022-01-28 19:14:33 +00:00

16 lines
373 B
Desktop File

[Unit]
Description=Python3 http.server
After=network.target
[Service]
Type=simple
User=mmdvm
Group=mmdvm
Restart=always
# uncomment if you want to wait (not neccessary)
# ExecStartPre=/bin/sleep 30
# Modify for different location of Python3 or other port
ExecStart=/usr/bin/python3 -m http.server 8000 --directory /opt/MMDVMDash/html
[Install]
WantedBy=multi-user.target