Initial commit (non functional state)

This commit is contained in:
2022-05-24 11:42:45 +02:00
commit b0ed89b0ab
9 changed files with 122 additions and 0 deletions

10
webssh.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Run Python webssh website
After=network.target
[Service]
User=www-data
ExecStart=/usr/bin/python3 /srv/http/webssh/run.py --address='127.0.0.1' --port=8000
[Install]
WantedBy=default.target