summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-01-28 15:30:01 +0900
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-01-28 12:52:52 +0000
commit674df18a32e6bb865ae84d39eaf8a5e5f10c7adc (patch)
treea4f35f7d415fc4b2e6352a4a2fffaf5b515701bb /man/rules
parent6c66575f0b96f7afa44c9d30ca3bab50bc55c44d (diff)
downloadsystemd-674df18a32e6bb865ae84d39eaf8a5e5f10c7adc.tar.gz
unit: introduce wait-online@.service for specific interface
This should be useful when a host has multiple interfaces. Inspired by #22246.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index b689b1c1af..7200ecf681 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -932,7 +932,7 @@ manpages = [
['systemd-network-generator.service', '8', ['systemd-network-generator'], ''],
['systemd-networkd-wait-online.service',
'8',
- ['systemd-networkd-wait-online'],
+ ['systemd-networkd-wait-online', 'systemd-networkd-wait-online@.service'],
'ENABLE_NETWORKD'],
['systemd-networkd.service', '8', ['systemd-networkd'], 'ENABLE_NETWORKD'],
['systemd-notify', '1', [], ''],