Suppression du paramètre -U dans le service afin de lancer les conteneurs en mode privilégié par défaut.
This commit is contained in:
@@ -19,7 +19,7 @@ RequiresMountsFor=/var/lib/machines/%i
|
||||
[Service]
|
||||
# Make sure the DeviceAllow= lines below can properly resolve the 'block-loop' expression (and others)
|
||||
ExecStartPre=/etc/systemd/nspawn/ifup.sh %i
|
||||
ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i
|
||||
ExecStart=systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth --settings=override --machine=%i
|
||||
ExecStopPost=/etc/systemd/nspawn/ifdown.sh %i
|
||||
KillMode=mixed
|
||||
Type=notify
|
||||
|
||||
Reference in New Issue
Block a user