Initial commit
This commit is contained in:
10
webssh.service
Normal file
10
webssh.service
Normal 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
|
Reference in New Issue
Block a user