mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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
|
Type=oneshot
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
ExecStart=/usr/bin/ntpd -q -g -u ntpd:ntpd
|
ExecStart=/usr/bin/ntpd -q -g -u ntpd:ntpd
|
||||||
ControlGroup=cpu:/
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ntp'
|
# Template file for 'ntp'
|
||||||
pkgname=ntp
|
pkgname=ntp
|
||||||
version=4.2.6p5
|
version=4.2.6p5
|
||||||
revision=11
|
revision=12
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --with-lineeditlibs=readline"
|
configure_args="--with-crypto --enable-linuxcap --enable-ipv6 --with-lineeditlibs=readline"
|
||||||
hostmakedepends="bison perl-HTML-Parser"
|
hostmakedepends="bison perl-HTML-Parser"
|
||||||
|
|
Loading…
Add table
Reference in a new issue