build: Add documention of manual pages to systemd service file

This commit is contained in:
Marcel Holtmann 2022-11-18 10:20:28 +01:00
parent e192a237b6
commit 27a00a6806
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[Unit]
Description=Wireless service
Documentation=man:iwd(8) man:iwd.config(5) man:iwd.network(5) man:iwd.ap(5)
After=network-pre.target
Before=network.target
Wants=network.target

View File

@ -1,5 +1,6 @@
[Unit]
Description=Ethernet service
Documentation=man:ead(8)
After=network-pre.target
Before=network.target
Wants=network.target