yavdr-ansible/roles/yavdr-desktop/templates/systemd/user/osd2web.service.j2

17 lines
567 B
Plaintext
Raw Normal View History

2017-06-21 10:14:35 +02:00
[Unit]
Description=Start a kiosk browser on the second DISPLAY if it exists
After=detect-second-display.service openbox-second.service
Wants=detect-second-display.service openbox-second.service
ConditionFileNotEmpty=%h/.second_display
[Service]
EnvironmentFile=%h/.second_display
Environment=url="http://localhost:4444/skins/horchiTft/index.html?theme=anthraize&onlyView=1"
2018-01-27 20:48:27 +01:00
Environment=browser="kiosk-browser"
EnvironmentFile=-%h/.config/osd2web/config
ExecStart=/usr/bin/on_vdr -o -c '${browser} "${url}"'
KillSignal=SIGINT
2017-06-21 10:14:35 +02:00
[Install]
WantedBy=yavdr-desktop.target