From 2dbc4e4f0fab5a029a4693a0bab2740e34b3beb0 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 10 Mar 2021 10:31:20 +0000 Subject: [PATCH] Fix output of omr-update --- omr-update.service.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omr-update.service.in b/omr-update.service.in index c543d73..1a21135 100644 --- a/omr-update.service.in +++ b/omr-update.service.in @@ -9,6 +9,8 @@ Environment="SOURCES=no" Environment="REINSTALL=no" Environment="LOCALFILES=yes" ExecStart=/usr/share/omr-server/debian9-x86_64.sh +StandardOutput=file:/var/log/omr-update.log +StandardError=file:/var/log/omr-update.log [Install] WantedBy=multi-user.target