20 lines
312 B
INI
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
|