mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 18:43:41 +01:00

Readme: Add x86 compatibility kiosk: Add tmpfs for /var/lib/private kiosk: Add custom motd kiosk: Add custom issue string kiosk: Fix systemd-logind and systemd-timesyncd readonly handling ntpdate: Autorestart on failure x86: Change EFI partition type to "Basic Data Partition" (was ESP) x86: Fix wpasupplicant package name x86: Set custom grub OS name CI: Combine workflows for all architectures
18 lines
349 B
Desktop File
18 lines
349 B
Desktop File
[Unit]
|
|
Description=Force ntpdate to synchronise clock
|
|
Requires=networking.service
|
|
After=syslog.target networking.service dhcpcd.service
|
|
Before=lightdm.service
|
|
|
|
StartLimitIntervalSec=2
|
|
StartLimitBurst=100
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=ntpdate ptbtime2.ptb.de ptbtime3.ptb.de
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|