AnotterKiosk/kiosk_skeleton/etc/systemd/system/kiosk-watchdog.service
2023-06-29 22:14:05 +02:00

10 lines
155 B
Desktop File

[Unit]
Description=HTTP based watchdog
After=lightdm.service
[Service]
Type=simple
ExecStart=/usr/bin/kiosk-watchdog
[Install]
WantedBy=multi-user.target