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