1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ladder_ynh.git synced 2024-09-03 19:26:23 +02:00

Specify port

This commit is contained in:
Gildas 2023-12-12 15:56:57 +01:00
parent f5a7325dd6
commit ea77161cbd

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/ladder -r https://t.ly/14PSf
ExecStart=__INSTALL_DIR__/ladder -r https://t.ly/14PSf -p __PORT__
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit