[Unit] Description=A Service to monitor the Kiosk's current site After=network.target [Service] Type=simple User=loginuser ExecStartPre=/bin/bash -c 'pgrep -f chromium-browser > /dev/null || exit 1' ExecStart=/usr/bin/custom/chromium-monitor [Install] WantedBy=multi-user.target # Version 1.1: # Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.