Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-21 | units: Add "GuessMainPID=no" to compatibility unit for rc-local (#3018) | Calvin Owens | |
With the current "Type=forking", systemd tries to guess the PID it should wait on at reboot (because we have no "PIDFile="). Depending on how wrong the guess is, we can end up hanging forever at reboot. Asking it not to do that eliminates the problem. | |||
2014-12-02 | rc-local: drop SysVStartPriority= field which is now obsolete | Lennart Poettering | |
2013-01-04 | build-sys: make rc-local support part of SYSV compat | Lennart Poettering | |
This also drops automatic selection of the rc local scripts based on the local distro. Distributions now should specify the paths of the rc-local and halt-local scripts on the configure command line. |