mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 18:43:41 +01:00
11 lines
178 B
SYSTEMD
11 lines
178 B
SYSTEMD
|
[Unit]
|
||
|
Description=Schedule Reboot from kioskbrowser.ini
|
||
|
After=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/schedule-reboot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|