]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add '--daemon' argument to daemonize fort, fixes #25
authorpcarana <pc.moreno2099@gmail.com>
Fri, 30 Oct 2020 20:18:13 +0000 (14:18 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 30 Oct 2020 20:18:13 +0000 (14:18 -0600)
commit98c112826f5253e7a604205067e5862e02a049da
treee9173c388d488979b81b499b97bbe34db34ffa2e
parent67576af64a6050e7138d24793fff3b7d64789c5c
Add '--daemon' argument to daemonize fort, fixes #25

+When the flag is enabled, any value set at '--log.output' and '--validation-log.output' is overwritten with 'syslog' (all enabled logs will be sent to syslog).
+Update the docs to include the new argument.
docs/usage.md
examples/config.json
man/fort.8
src/Makefile.am
src/config.c
src/daemon.c [new file with mode: 0644]
src/daemon.h [new file with mode: 0644]
src/log.c