Initial commit

This commit is contained in:
2022-08-19 13:11:27 +02:00
commit 818ce0fd32
5 changed files with 63 additions and 0 deletions

10
webssh.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=Run Python webssh web app
After=network.target
[Service]
User=www-data
ExecStart=/usr/bin/python3 PH_WEBSSH_PATH --address='PH_ADDR' --port=PH_PORT
[Install]
WantedBy=default.target