ntp: fix ntpdate.service for systemd>=205 (ControlGroup obsolete).

This commit is contained in:
Juan RP 2013-07-19 10:12:33 +02:00
parent 9543a0509e
commit 102283fbdf
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,6 @@ Before=ntpd.service
Type=oneshot
PrivateTmp=true
ExecStart=/usr/bin/ntpd -q -g -u ntpd:ntpd
ControlGroup=cpu:/
[Install]
WantedBy=multi-user.target

View file

@ -1,7 +1,7 @@
# Template file for 'ntp'
pkgname=ntp
version=4.2.6p5
revision=11
revision=12
build_style=gnu-configure
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --with-lineeditlibs=readline"
hostmakedepends="bison perl-HTML-Parser"