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:
parent
f5a7325dd6
commit
ea77161cbd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
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
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue