Hi, I want to use the `-o fullconf` command-line option to generate a full configuration files, with all the included snippets, but turns out that also starts the service. I then add "-n", but it just stays in the foreground, as expected.
Would using "-N 1 -o fullconf" be a good combination? It seems to do what I want. root@nsnx:~# rm fullconf root@nsnx:~# pidof rsyslogd root@nsnx:~# rsyslogd -N 1 -n -o fullconf rsyslogd: version 8.2208.0, config validation run (level 1), master config /etc/rsyslog.conf rsyslogd: End of config validation run. Bye. root@nsnx:~# echo $? 0 root@nsnx:~# ls -l fullconf -rw-r--r-- 1 root root 3,2K jan 16 16:11 fullconf _______________________________________________ rsyslog mailing list https://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.