ntp: fix ntpdate.service for systemd>=205 (ControlGroup obsolete).
This commit is contained in:
parent
9543a0509e
commit
102283fbdf
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue