jackailocal / linux /systemd /jackailocal-kiosk.service
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
Raw
History Blame Contribute Delete
443 Bytes
[Unit]
Description=JackAILocal kiosk browser
After=jackailocald.service network.target
Requires=jackailocald.service
[Service]
Type=simple
User=jackai
Environment=HOME=/home/jackai
Environment=DISPLAY=:0
TTYPath=/dev/tty1
StandardInput=tty-force
ExecStart=/usr/bin/xinit /usr/bin/chromium --kiosk --no-first-run --disable-restore-session-state http://127.0.0.1:4891 -- :0 vt1 -keeptty
Restart=on-failure
[Install]
WantedBy=multi-user.target