1
0
mirror of https://github.com/karl0ss/AnotterKiosk.git synced 2025-06-24 03:09:13 +01:00

13 lines
271 B
SYSTEMD
Raw Normal View History

2023-06-29 22:14:05 +02:00
[Unit]
Description=Force ntpdate to synchronise clock
Requires=networking.service
After=syslog.target networking.service dhcpcd.service
Before=lightdm.service
[Service]
Type=oneshot
ExecStart=ntpdate ptbtime2.ptb.de ptbtime3.ptb.de
[Install]
WantedBy=multi-user.target