summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-12-16 04:02:25 +0900
committerLennart Poettering <lennart@poettering.net>2022-12-19 12:12:02 +0100
commit8f1359bf854e9683e4e0b89fd3a537e0d82d4b95 (patch)
treea07b47e4ca24a75418d2301ed5745855707e8c29 /units
parentcc3254c4462905f9c177dfd40dc0c296e00d00df (diff)
downloadsystemd-8f1359bf854e9683e4e0b89fd3a537e0d82d4b95.tar.gz
unit: use underbar for module name
For consistency with src/core/unit.c.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-nspawn@.service.in2
1 files changed, 1 insertions, 1 deletions
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]