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

20 lines
312 B
INI

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