init commit

This commit is contained in:
2025-09-28 18:02:09 -07:00
commit 01b88d4c07
10 changed files with 418 additions and 0 deletions

25
templates/chrome-app.service Executable file
View File

@ -0,0 +1,25 @@
[Unit]
Description={{ kiosk_service_items.service_description }}
After=sddm.service
[Service]
Restart=always
RestartSec=1s
ExecStartPre=/bin/sleep 5
ExecStart={{ browser_binary }} \
--disable-pinch \
--disable-translate \
--no-first-run \
--ignore-ssl-errors \
--disable-usb-keyboard-detect \
--window-name {{ kiosk_service_items.service_description }} \
--app="{{ kiosk_service_items.chrome_website }}" \
{{ kiosk_service_items.extra_chrome_configs}}
{{ kiosk_service_items.extra_service_configs }}
[Install]
WantedBy=graphical-session.target