mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 05:13:01 +02:00
confd: log [PID] to syslog
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
ca9daef15a
commit
f357b1df3b
@@ -67,7 +67,7 @@ int core_post_hook(sr_session_ctx_t *session, uint32_t sub_id, const char *modul
|
||||
|
||||
int sr_plugin_init_cb(sr_session_ctx_t *session, void **priv)
|
||||
{
|
||||
int log_opts = LOG_USER;
|
||||
int log_opts = LOG_PID | LOG_DAEMON;
|
||||
int rc = SR_ERR_SYS;
|
||||
char *env;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user