chrony: allow specifying additional options

This commit is contained in:
Andrew Benson 2023-03-14 12:53:19 -05:00 committed by Andrew Benson
parent 492328fc31
commit af485f7798
2 changed files with 3 additions and 2 deletions

View File

@ -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}

View File

@ -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"