You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we don't save stdout/stderr of application in SystemV init system in Debian (but save in Rpm). It could be useful for example when app is crashed due to OOM exception. It this case nothing is logged and app is stopped.
I have a workaround that works for start-stop-daemon version >= 1.16.5 (Debian Wheezy has 1.16.16).
It could broke some installations if application wrote a lot to stdout and daemon.log will grow rapidly.
WDYT?
The text was updated successfully, but these errors were encountered:
I had trouble with SystemV as well. Actually I would like to keep things as stable as they are and hope that SystemD will be used more and more as a default systemloader, which brings all this features out-of-the-box with no error-prone bash needed.
If you provide a pull request that makes this feature selectable (e.g. a systemVLogsetting), which is by default off and doesn't change current behaviour, we could merge it.
In a nutshell: SystemV is so old, error prone and hard to use and SystemD is on it's way (Debian, Ubuntu, Fedora IIRC already adapted it). So if a change you have to make a pull request :)
Now we don't save stdout/stderr of application in
SystemV
init system inDebian
(but save inRpm
). It could be useful for example when app is crashed due to OOM exception. It this case nothing is logged and app is stopped.I have a workaround that works for
start-stop-daemon
version >= 1.16.5 (Debian Wheezy has 1.16.16).It could broke some installations if application wrote a lot to stdout and daemon.log will grow rapidly.
WDYT?
The text was updated successfully, but these errors were encountered: