From e311090674b8fb80dfab032218d39ca9481e53c7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 23 Nov 2014 09:15:33 +0100 Subject: [PATCH] chrony: use the chrony user in the runit service. --- srcpkgs/chrony/files/chronyd/run | 2 +- srcpkgs/chrony/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chrony/files/chronyd/run b/srcpkgs/chrony/files/chronyd/run index e877f377f95..96d9c3ba9b3 100644 --- a/srcpkgs/chrony/files/chronyd/run +++ b/srcpkgs/chrony/files/chronyd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec chronyd -n +exec chronyd -n -u chrony diff --git a/srcpkgs/chrony/template b/srcpkgs/chrony/template index a7df0d7de02..b11a0a9fb11 100644 --- a/srcpkgs/chrony/template +++ b/srcpkgs/chrony/template @@ -1,7 +1,7 @@ # Template file for 'chrony' pkgname=chrony version=1.31 -revision=2 +revision=3 build_style=gnu-configure build_options="systemd" configure_args="--without-nss"