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