chrony: use the chrony user in the runit service.

This commit is contained in:
Juan RP 2014-11-23 09:15:33 +01:00
parent 3163caaac3
commit e311090674
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec chronyd -n
exec chronyd -n -u chrony

View File

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