Specify a different etc/config dir for dnclient? #1646
-
|
Is it possible to specify a different (base) config dir for dnclient? Or specify where it should save the config? Asking for a situation with non-traditionally layed out OSes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hello @TyIsI - For DNClient Server, you may pass the The socket file location ( For future reference, we don't monitor the OSS issue board for DN issues and your fastest response is likely to come from support@defined.net. |
Beta Was this translation helpful? Give feedback.
Hello @TyIsI -
For DNClient Server, you may pass the
-configdirectory to override the config location, or-nameto run multiple sites within that config directory.The socket file location (
/var/run/dnclient.sock) may be overridden using theDNCLIENT_SOCKET_DIRe…