kitchenos/rootfs/usr/lib/systemd/system/kiosk.service

23 lines
376 B
INI

[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