From 8d8890f08551b43eff634a1ed253981979d536f5 Mon Sep 17 00:00:00 2001 From: arfrie22 <43021241+arfrie22@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:18:54 -0400 Subject: [PATCH] update service for logging --- OpenSprinkler.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenSprinkler.service b/OpenSprinkler.service index c55dda8d..82519cda 100644 --- a/OpenSprinkler.service +++ b/OpenSprinkler.service @@ -10,6 +10,9 @@ RestartSec=1 User=root WorkingDirectory=__OpenSprinkler_Path__ ExecStart=/bin/bash -c ./startOpenSprinkler.sh +StandardError=journal +StandardOutput=journal +StandardInput=null [Install] WantedBy=multi-user.target \ No newline at end of file