From ea77161cbd9a7837e0bd61c585e2346c3cf38c75 Mon Sep 17 00:00:00 2001 From: Gildas <25692645+Gildas-GH@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:56:57 +0100 Subject: [PATCH] Specify port --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 9738e95..3856413 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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