From 8f1359bf854e9683e4e0b89fd3a537e0d82d4b95 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 16 Dec 2022 04:02:25 +0900 Subject: unit: use underbar for module name For consistency with src/core/unit.c. --- units/systemd-nspawn@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index e82575fb56..f3226cdf60 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -13,7 +13,7 @@ Documentation=man:systemd-nspawn(1) Wants=modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service PartOf=machines.target Before=machines.target -After=network.target modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service +After=network.target modprobe@tun.service modprobe@loop.service modprobe@dm_mod.service RequiresMountsFor=/var/lib/machines/%i [Service] -- cgit v1.2.1