mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
chrony: use the chrony user in the runit service.
This commit is contained in:
parent
3163caaac3
commit
e311090674
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec chronyd -n
|
exec chronyd -n -u chrony
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=1.31
|
version=1.31
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
configure_args="--without-nss"
|
configure_args="--without-nss"
|
||||||
|
|
Loading…
Add table
Reference in a new issue