systemd: add Documentation to service files

Reference the nm-online and NetworkManager man page in the corresponding
service files.

https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Documentation=

https://bugzilla.gnome.org/show_bug.cgi?id=767168
This commit is contained in:
Michael Biebl
2016-06-02 17:41:29 +02:00
committed by Thomas Haller
parent c8199b7de0
commit fe7d12a010
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[Unit] [Unit]
Description=Network Manager Wait Online Description=Network Manager Wait Online
Documentation=man:nm-online(1)
Requisite=NetworkManager.service Requisite=NetworkManager.service
After=NetworkManager.service After=NetworkManager.service
Wants=network.target Wants=network.target

View File

@@ -1,5 +1,6 @@
[Unit] [Unit]
Description=Network Manager Wait Online Description=Network Manager Wait Online
Documentation=man:nm-online(1)
Requisite=NetworkManager.service Requisite=NetworkManager.service
After=NetworkManager.service After=NetworkManager.service
Before=network-online.target Before=network-online.target

View File

@@ -1,5 +1,6 @@
[Unit] [Unit]
Description=Network Manager Description=Network Manager
Documentation=man:NetworkManager(8)
Wants=network.target Wants=network.target
After=network-pre.target dbus.service After=network-pre.target dbus.service
Before=network.target @DISTRO_NETWORK_SERVICE@ Before=network.target @DISTRO_NETWORK_SERVICE@