diff options
Diffstat (limited to 'config-timedate.PKGBUILD')
-rw-r--r-- | config-timedate.PKGBUILD | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config-timedate.PKGBUILD b/config-timedate.PKGBUILD deleted file mode 100644 index 8c8cf19..0000000 --- a/config-timedate.PKGBUILD +++ /dev/null @@ -1,18 +0,0 @@ -pkgver=1 -pkgrel=1 -arch=(any) - -pkgname=config-timedate - -package() { - cd "$pkgdir" - - install -dm755 etc/systemd/system/sysinit.target.wants - - # Consider UTC to be the timezone, since we have admins all - # over the place. - ln -s ../usr/share/zoneinfo/UTC etc/localtime - - # Use timesyncd NTP client daemon. - ln -s /usr/lib/systemd/system/systemd-timesyncd.service etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service -} |