15 lines
269 B
Django/Jinja
Executable File
15 lines
269 B
Django/Jinja
Executable File
[Unit]
|
|
Description=Chrome
|
|
After=lldp_api.service
|
|
After=sddm.service
|
|
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=3s
|
|
#ExecStartPre=/bin/sleep 5
|
|
ExecStart=/usr/bin/google-chrome \
|
|
--app="{{ chrome_website }}"
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target |