From 74407287b70030449a9d1e88b9f3c28fd2c7ec07 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Thu, 18 Dec 2025 18:27:32 +0100 Subject: [PATCH] fix: Removes firefox service --- post_install.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/post_install.sh b/post_install.sh index 44423ba..8c9659e 100644 --- a/post_install.sh +++ b/post_install.sh @@ -54,24 +54,6 @@ tee /usr/lib/firefox-esr/distribution/policies.json > /dev/null <<'EOF' } EOF chown -R kiosk:kiosk /home/kiosk/.config -# tee /etc/systemd/system/firefox-kiosk.service > /dev/null <<'EOF' -# [Unit] -# Description=Firefox Kiosk -# After=graphical.target -# Wants=graphical.target - -# [Service] -# User=kiosk -# Type=simple -# ExecStart=/usr/bin/firefox --kiosk https://c3nav.ke -# Restart=always -# RestartSec=5 -# Environment=DISPLAY=:0 - -# [Install] -# WantedBy=graphical.target -# EOF -# systemctl enable firefox-kiosk.service tee /home/kiosk/.bash_profile > /dev/null <<'EOF' if [ -z "$WAYLAND_DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then