Unarchive this repo and big revamp

This commit is contained in:
2023-12-03 17:45:08 +01:00
parent 3ac7e300da
commit dc3605612a
4 changed files with 36 additions and 20 deletions

View File

@ -3,8 +3,7 @@ Description=Run Python webssh web app
After=network.target
[Service]
User=www-data
ExecStart=/usr/bin/python3 PH_PATH --address='PH_ADDR' --port=PH_PORT
ExecStart=/usr/bin/wssh --address='PH_ADDR' --sslport=PH_PORT --certfile='PH_CRT' --keyfile='PH_KEY'
[Install]
WantedBy=default.target