dhcpy6d allows logging via syslog, but when logging is enabled, it requires logfile to be specified, to be a regular file (disallowing /dev/null) and to be owned by the daemon.
On a production system, one typically uses syslog (possibly remote) for logging, and having a separate log file to take care of is an unnecessary complication.
I think that dhcpy6d should allow to configure logging via syslog only, and not require log file to be present or configured.
dhcpy6d allows logging via syslog, but when logging is enabled, it requires logfile to be specified, to be a regular file (disallowing
/dev/null) and to be owned by the daemon.On a production system, one typically uses syslog (possibly remote) for logging, and having a separate log file to take care of is an unnecessary complication.
I think that dhcpy6d should allow to configure logging via syslog only, and not require log file to be present or configured.