summaryrefslogtreecommitdiff
path: root/doRdate.go
blob: 244b7c1eb487db89c9c5d3f8dab0d2550e9e0124 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017-2025 WIT.COM Inc. All rights reserved.
// Use of this source code is governed by the GPL 3.0

package main

func doRdate() {
	checkSuperuser()

	exitOnError([]string{"rdate", "rdate.grid.wit.com"})
	exitOnError([]string{"hwclock", "-w"})
}