From 3ff2047a4b3e77a6a5c5bcc2ddb33af515bb36d2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 1 Feb 2019 23:40:03 +0100 Subject: [PATCH] Fix Log output --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index e480739..b2cdfdf 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ -ExecStart=__FINALPATH__/writefreely >> /var/log/__APP__/__APP__.log 2>&1 +ExecStart=/bin/sh -c '__FINALPATH__/writefreely >> /var/log/__APP__/__APP__.log 2>&1' [Install] WantedBy=multi-user.target