Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-23 | meson: reindent all files with 8 spaces | Zbigniew Jędrzejewski-Szmek | |
The indentation for emacs'es meson-mode is added .dir-locals. All files are reindented automatically, using the lasest meson-mode from git. Indentation should now be fairly consistent. | |||
2017-04-23 | meson: install systemd-sulogin-shell too | Zbigniew Jędrzejewski-Szmek | |
2017-03-22 | units: simplify rescue.service and emergency.service (#5623) | Michael Biebl | |
The emergency.service and rescue.service units have become rather convoluted. We spawn multiple shells and the help text spans multiple lines which makes the units hard to read. Move the logic into a single shell script and call that via ExecStart. |