1 Jun
2000
1 Jun
'00
8:58 a.m.
Hi, My syslog-ng.conf is destination std { file("/var/log/$HOST/$FACILITY.debug/$YEAR$MONTH/$FACILITY.debug$YEAR$MONTH$DAY" owner(admin) group(admin) perm(0600) dir_perm(0700) create_dirs(yes)); }; If /var/log/$HOST/$FACILITY.debug/$YEAR$MONTH is not exist, make that dirs. But that's owner is root:other. I think because daemon's effective user ID is root. I want to change dir's owner. Is this possible? -- Tomohiro Yamauchi handy@nid.co.jp