]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: use underbar for module name
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Dec 2022 19:02:25 +0000 (04:02 +0900)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Dec 2022 11:12:02 +0000 (12:12 +0100)
For consistency with src/core/unit.c.

units/systemd-nspawn@.service.in

index e82575fb567707a3a80f2a927d6008294a36543d..f3226cdf60610244441855c6d54cd60dbb7958f3 100644 (file)
@@ -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]