diff options
author | Alan Jenkins <alan.christopher.jenkins@gmail.com> | 2017-12-16 10:48:12 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-12-16 11:48:12 +0100 |
commit | 3f2d136505370bb2c8ccd6f66a33c559847b3ab4 (patch) | |
tree | 34b93787a8ae135229b00bd22fe36d222a84afa6 /man/systemd-run.xml | |
parent | 6671e818e93ee1b3caf071d3aff284fb8fa85f00 (diff) | |
download | systemd-3f2d136505370bb2c8ccd6f66a33c559847b3ab4.tar.gz |
man: generalize "binary" to "program" (#7668)
Systemd services are permitted to be scripts, as well as binary
executables.
The same also applies to the underlying /sbin/mount and /sbin/swapon.
It is not necessary for the user to consider what type of program file
these are. Nor is it necessary with systemd-nspawn, to distinguish between
init as a "binary" v.s. a user-specified "program".
Also fix a couple of grammar nits in the modified sentences.
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 9db6a26dfd..7bcea9bc30 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -352,8 +352,8 @@ <para>All command line arguments after the first non-option argument become part of the command line of the launched - process. If a command is run as service unit, its first argument - needs to be an absolute binary path.</para> + process. If a command is run as service unit, the first argument + needs to be an absolute program path.</para> </refsect1> <refsect1> |