Simplify WebSSH path placeholder and fix typo

This commit is contained in:
2022-08-19 13:22:42 +02:00
parent 818ce0fd32
commit a02575b047
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ After=network.target
[Service]
User=www-data
ExecStart=/usr/bin/python3 PH_WEBSSH_PATH --address='PH_ADDR' --port=PH_PORT
ExecStart=/usr/bin/python3 PH_PATH --address='PH_ADDR' --port=PH_PORT
[Install]
WantedBy=default.target