summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer')
-rw-r--r--satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service b/satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service
index e019a92..a555704 100644
--- a/satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service
+++ b/satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service
@@ -6,6 +6,8 @@ After=network.target network-online.target
[Service]
Type=oneshot
RemainAfterExit=no
+# For awesome reasons, depending on network-online.target doesn't seem enough
+ExecStartPre=-/bin/sleep 10
ExecStart=/usr/local/sbin/redneck-timesync.sh -s
[Install]