From 7ac2dbd217af97b9437085ee4fec66a65b3843c2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 23:30:19 +0200 Subject: [PATCH] Update systemd.service --- conf/systemd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 3b1eea3..70acf14 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,8 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/beehive --config __FINALPATH__/beehive.conf -#-bind "127.0.0.1:__PORT__" -canonicalurl "https://__DOMAIN__" +ExecStart=__FINALPATH__/beehive --config __FINALPATH__/beehive.conf -bind "127.0.0.1:__PORT__" -canonicalurl "https://__DOMAIN__" Restart=always #StandardOutput=/var/log/__APP__/__APP__.log #StandardError=/var/log/__APP__/__APP__.log