mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +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
|
||||
exec chronyd -n
|
||||
exec chronyd -n -u chrony
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue