From: Felipe Sateler Date: Fri, 13 Nov 2015 12:52:06 +0000 (-0300) Subject: man: document systemd-sysctl arguments X-Git-Tag: v228~30^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1880%2Fhead;p=thirdparty%2Fsystemd.git man: document systemd-sysctl arguments --- diff --git a/man/systemd-sysctl.service.xml b/man/systemd-sysctl.service.xml index d4c1a7ebe39..2a2c7b2a132 100644 --- a/man/systemd-sysctl.service.xml +++ b/man/systemd-sysctl.service.xml @@ -19,7 +19,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + systemd-sysctl.service @@ -47,8 +48,12 @@ + + /usr/lib/systemd/systemd-sysctl + OPTIONS + CONFIGFILE + systemd-sysctl.service - /usr/lib/systemd/systemd-sysctl @@ -59,11 +64,33 @@ sysctl8 kernel parameters. + If invoked with no arguments, it applies all directives from + all configuration files in + sysctl.d5 + are searched for a matching file. If one or more filenames are passed on + the command line, only the directives in these files are applied. + + See sysctl.d5 for information about the configuration of this service. + Options + + + + + Only apply rules with the specified prefix. + + + + + + + + + See Also