boot: Add Documentation= lines to services
It's a neat way to point folks to the documentation (of course, better would be to have man pages for each of those services). Also consistently use Title Case everywhere. Closes: #1750 Approved by: cgwalters
This commit is contained in:
parent
367be40a89
commit
9161eb8c32
|
|
@ -19,6 +19,7 @@
|
||||||
# https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html
|
# https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OSTree Finalize Staged Deployment
|
Description=OSTree Finalize Staged Deployment
|
||||||
|
Documentation=man:ostree(1)
|
||||||
ConditionPathExists=/run/ostree-booted
|
ConditionPathExists=/run/ostree-booted
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OSTree Prepare OS/
|
Description=OSTree Prepare OS/
|
||||||
|
Documentation=man:ostree(1)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
ConditionKernelCommandLine=ostree
|
ConditionKernelCommandLine=ostree
|
||||||
ConditionPathExists=/etc/initrd-release
|
ConditionPathExists=/etc/initrd-release
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,8 @@
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OSTree Remount OS/ bind mounts
|
Description=OSTree Remount OS/ Bind Mounts
|
||||||
|
Documentation=man:ostree(1)
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
ConditionKernelCommandLine=ostree
|
ConditionKernelCommandLine=ostree
|
||||||
OnFailure=emergency.target
|
OnFailure=emergency.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue