[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