mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 10:33:41 +01:00
13 lines
271 B
Desktop File
13 lines
271 B
Desktop File
[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
|