24 May
2024
24 May
'24
10:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948 --- Comment #22 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- setsid Specifies whether or not the server should fork after the bind method to release itself from the command line and then run the POSIX::setsid() command to truly daemonize. Defaults to undef. If a log_file is given or if setsid is set, STDIN and STDOUT will automatically be opened to /dev/null and STDERR will be opened to STDOUT. This will prevent any output from ending up at the terminal. The etc/SIPconfig.xml file does contain a setsid. Can we remove it ? Note that the debian one does not. -- You are receiving this mail because: You are watching all bug changes.