summaryrefslogtreecommitdiffstats
path: root/satellit_installer/static_files/timesync/etc/systemd/system/redneck-timesync.service
blob: 75217ff6161f8fc1a9b70f0a39a65f44c05a8f93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Redneck timesync via HTTP headers
Wants=network.target network-online.target
After=network.target network-online.target
Wants=time-sync.target
Before=time-sync.target

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/local/sbin/redneck-timesync.sh -s -b

[Install]
WantedBy=network-online.target