webssh-service-unit/webssh.service
2022-08-19 13:11:27 +02:00

11 lines
203 B
Desktop File

[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