AnotterKiosk/kiosk_skeleton/etc/systemd/system/kiosk-watchdog.service

10 lines
155 B
SYSTEMD
Raw Normal View History

2023-06-29 22:14:05 +02:00
[Unit]
Description=HTTP based watchdog
After=lightdm.service
[Service]
Type=simple
ExecStart=/usr/bin/kiosk-watchdog
[Install]
WantedBy=multi-user.target