Files
kitchenos/rootfs/usr/lib/systemd/system/kiosk.service
2025-08-01 08:54:45 -05:00

23 lines
376 B
Desktop File

[Unit]
Description=Kiosk
Conflicts=getty@tty1.service
[Service]
Type=exec
ExecStart=/usr/bin/sway
RuntimeDirectory=%N
Environment=XDG_RUNTIME_DIR=%t/%N
PAMName=%N
User=%N
SupplementaryGroups=render tty
StandardInput=tty-force
StadnardOutput=inherit
StandardError=journal
TTYPath=/dev/tty1
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
[Install]
WantedBy=graphical.target