1
0
Fork 0
MMDVMHost-Websocketboard/systemd/http.server.service
Kim - DG9VH a748ea5ccf First functional codebase
First codebase with readme for successful installation... maybe
2020-11-03 12:11:23 +01:00

13 lines
299 B
Desktop File

[Unit]
Description=Python3 http.server
After=network.target
[Service]
ExecStartPre=/bin/sleep 30
Type=simple
Restart=always
# 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