1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-26 04:09:12 +01:00

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