diff --git a/conf/funkwhale-server.service b/conf/funkwhale-server.service index 53f1052..39a8537 100644 --- a/conf/funkwhale-server.service +++ b/conf/funkwhale-server.service @@ -6,7 +6,7 @@ PartOf=__APP__.target [Service] User=__APP__ Group=__APP__ -StandardOutput=append:/var/log/__APP__/__APP__.log +StandardOutput=append:/var/log/__APP__/__APP__-server.log WorkingDirectory=__INSTALL_DIR__/api EnvironmentFile=__INSTALL_DIR__/config/.env @@ -35,4 +35,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