From 7d05ae6fa4b53ae5b257f9ce76b3ddf49f778cbf Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Mon, 28 Oct 2024 17:22:16 +0100 Subject: [PATCH] etc/systemd/system/chromium-monitor.service aktualisiert --- etc/systemd/system/chromium-monitor.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/systemd/system/chromium-monitor.service b/etc/systemd/system/chromium-monitor.service index ca863e1..6e14f4a 100644 --- a/etc/systemd/system/chromium-monitor.service +++ b/etc/systemd/system/chromium-monitor.service @@ -1,14 +1,12 @@ [Unit] Description=A Service to monitor the Kiosk's current site -After=network.target getty@tty1.service +#After=network.target getty@tty1.service [Service] ExecStartPre=-/usr/bin/sleep 10 Type=simple User=loginuser ExecStart=/usr/bin/custom/chromium-monitor -Restart=on-failure -RestartSec=5s StandardOutput=append:/var/log/chromium-monitor.log StandardError=append:/var/log/chromium-monitor.log