mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-04-04 22:17:36 +00:00
First functional codebase
First codebase with readme for successful installation... maybe
This commit is contained in:
parent
390f319f22
commit
a748ea5ccf
9 changed files with 486 additions and 1 deletions
13
systemd/http.server.service
Normal file
13
systemd/http.server.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue