mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 08:05:07 -05:00
configure: add option to set default location of Unix domain sockets
This commit is contained in:
2
conf.c
2
conf.c
@@ -323,7 +323,7 @@ CNF_Initialise(int r)
|
||||
|
||||
dumpdir = Strdup(".");
|
||||
logdir = Strdup(".");
|
||||
bind_cmd_path = Strdup("/var/run/chrony/chronyd.sock");
|
||||
bind_cmd_path = Strdup(DEFAULT_COMMAND_SOCKET);
|
||||
pidfile = Strdup("/var/run/chronyd.pid");
|
||||
rtc_device = Strdup("/dev/rtc");
|
||||
user = Strdup(DEFAULT_USER);
|
||||
|
||||
Reference in New Issue
Block a user