diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-12-15 20:02:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-12-19 12:12:02 +0100 |
commit | 8f1359bf854e9683e4e0b89fd3a537e0d82d4b95 (patch) | |
tree | a07b47e4ca24a75418d2301ed5745855707e8c29 /units/systemd-nspawn@.service.in | |
parent | Merge pull request #25779 from bluca/journa_remote_vacuum (diff) | |
download | systemd-8f1359bf854e9683e4e0b89fd3a537e0d82d4b95.tar.xz systemd-8f1359bf854e9683e4e0b89fd3a537e0d82d4b95.zip |
unit: use underbar for module name
For consistency with src/core/unit.c.
Diffstat (limited to 'units/systemd-nspawn@.service.in')
-rw-r--r-- | units/systemd-nspawn@.service.in | 2 |
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] |