unit: use underbar for module name

For consistency with src/core/unit.c.
This commit is contained in:
Yu Watanabe 2022-12-16 04:02:25 +09:00 committed by Lennart Poettering
parent cc3254c446
commit 8f1359bf85

View 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]