From c77ad1f96b49d5239944772ee7e83e6808a780d0 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:16:24 +0200 Subject: [PATCH] Update funkwhale-beat.service --- conf/funkwhale-beat.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/funkwhale-beat.service b/conf/funkwhale-beat.service index 533ad7a..83bfcd6 100644 --- a/conf/funkwhale-beat.service +++ b/conf/funkwhale-beat.service @@ -6,6 +6,7 @@ PartOf=__APP__.target [Service] User=__APP__ Group=__APP__ +StandardOutput=append:/var/log/__APP__/__APP__-beat.log WorkingDirectory=__INSTALL_DIR__/api EnvironmentFile=__INSTALL_DIR__/config/.env @@ -49,4 +50,4 @@ CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target