1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

units: change modprobe@dm-mod.service → modprobe@dm_mod.service

Follow-up for 8f1359bf85

(cherry picked from commit 143a1f1039)
This commit is contained in:
Lennart Poettering 2022-12-23 17:23:00 +01:00 committed by Luca Boccassi
parent 2d495affef
commit 67467efd58

View File

@ -10,7 +10,7 @@
[Unit]
Description=Container %i
Documentation=man:systemd-nspawn(1)
Wants=modprobe@tun.service modprobe@loop.service modprobe@dm-mod.service
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