summaryrefslogtreecommitdiff
path: root/units/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-30 00:58:00 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-30 02:30:09 +0900
commite2e05a0e4ab9bdff9df2b198808b2d3227af1f41 (patch)
tree17cee027107415eef1cb823e5dc104f7b532d250 /units/meson.build
parente8d456fba8423a3f840fa488f531c4b4e46b5624 (diff)
downloadsystemd-e2e05a0e4ab9bdff9df2b198808b2d3227af1f41.tar.gz
unit: rename initrd-network-generator.service -> systemd-network-generator.service
Diffstat (limited to 'units/meson.build')
-rw-r--r--units/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/meson.build b/units/meson.build
index 5d2f723a70..cf4fe2e7bf 100644
--- a/units/meson.build
+++ b/units/meson.build
@@ -119,7 +119,6 @@ in_units = [
['debug-shell.service', ''],
['emergency.service', ''],
['initrd-cleanup.service', ''],
- ['initrd-network-generator.service', 'ENABLE_NETWORKD'],
['initrd-parse-etc.service', ''],
['initrd-switch-root.service', ''],
['initrd-udevadm-cleanup-db.service', ''],
@@ -175,6 +174,7 @@ in_units = [
'dbus-org.freedesktop.machine1.service'],
['systemd-modules-load.service', 'HAVE_KMOD',
'sysinit.target.wants/'],
+ ['systemd-network-generator.service', 'ENABLE_NETWORKD'],
['systemd-networkd.service', 'ENABLE_NETWORKD'],
['systemd-networkd-wait-online.service', 'ENABLE_NETWORKD'],
['systemd-nspawn@.service', ''],