From: Yu Watanabe Date: Thu, 15 Dec 2022 19:02:25 +0000 (+0900) Subject: unit: use underbar for module name X-Git-Tag: v253-rc1~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1359bf854e9683e4e0b89fd3a537e0d82d4b95;p=thirdparty%2Fsystemd.git unit: use underbar for module name For consistency with src/core/unit.c. --- diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index e82575fb567..f3226cdf606 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]