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