11 lines
211 B
Desktop File
11 lines
211 B
Desktop File
[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
|