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