chrony: allow specifying additional options
This commit is contained in:
parent
492328fc31
commit
af485f7798
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
install -d -m750 -o chrony -g chrony /var/run/chrony
|
||||
exec chronyd -n -u chrony
|
||||
exec chronyd -n -u chrony ${OPTS}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# When Updating: Please confirm the upstream config still refers to make_dirs
|
||||
pkgname=chrony
|
||||
version=4.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-nss --enable-scfilter
|
||||
--with-sendmail=/usr/bin/sendmail"
|
||||
|
|
Loading…
Reference in New Issue