]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.service.xml
man: generalize "binary" to "program" (#7668)
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sat, 16 Dec 2017 10:48:12 +0000 (10:48 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Dec 2017 10:48:12 +0000 (11:48 +0100)
commit3f2d136505370bb2c8ccd6f66a33c559847b3ab4
tree34b93787a8ae135229b00bd22fe36d222a84afa6
parent6671e818e93ee1b3caf071d3aff284fb8fa85f00
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.
man/systemd-nspawn.xml
man/systemd-run.xml
man/systemd-socket-activate.xml
man/systemd.mount.xml
man/systemd.service.xml
man/systemd.swap.xml