mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
This makes systemd-sysctl support following syntax, like systemd-sysusers and systemd-tmpfiles: ```sh $ /usr/lib/systemd/systemd-sysctl --inline 'foo.bar=42' $ /usr/lib/systemd/systemd-sysctl - <<EOF foo.bar=42 EOF ```