summaryrefslogtreecommitdiff
path: root/config-timedate-utc.PKGBUILD
blob: 4c2b6c44acbc8ce68951a22d6e74ccaf34e5b963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. ${BUILDFILE%/*}/common.sh
pkgver=20160713.2

package() {
cd "$pkgdir"

# Consider UTC to be the timezone, since we have admins all
# over the place.
install -d etc
ln -s ../usr/share/zoneinfo/UTC etc/localtime

# Use timesyncd NTP client daemon.
add-unit etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service

}