summaryrefslogtreecommitdiff
path: root/man/systemd-rc-local-generator.xml
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* man: add a systemd-rc-local-generator(8) man pageLennart Poettering2017-12-261-0/+86
Most importantly, let's highlight the differences to the rc-local behaviour in SysV. Fixes: #7703