You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
314 B
9 lines
314 B
[Unit]
|
|
Description=Sample Application (Kiosk mode)
|
|
BindsTo=gnome-session.target
|
|
After=gnome-session.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/google/chrome/chrome --password-store=basic --no-default-browser-check --no-first-run --ash-no-nudges --disable-search-engine-choice-screen -kiosk
|
|
Restart=always
|
|
SendSIGHUP=true
|