mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Fix location of ResolvConf option (#573)
`ResolvConf` belongs in `Exec` section, otherwise an error results. See https://www.freedesktop.org/software/systemd/man/systemd.nspawn.html#ResolvConf=
This commit is contained in:
parent
eae733fc76
commit
695f3d22f9
@ -80,13 +80,13 @@ Optionally, you can specify additional `multicast-relay` options in `OPTS`
|
|||||||
[Exec]
|
[Exec]
|
||||||
Boot=on
|
Boot=on
|
||||||
Capability=CAP_NET_RAW
|
Capability=CAP_NET_RAW
|
||||||
|
ResolvConf=off
|
||||||
Environment=INTERFACES="br0 br50"
|
Environment=INTERFACES="br0 br50"
|
||||||
Environment=OPTS=
|
Environment=OPTS=
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
Private=off
|
Private=off
|
||||||
VirtualEthernet=off
|
VirtualEthernet=off
|
||||||
ResolvConf=off
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Once that file is in place, you're ready to enable the container on boot and run it.
|
Once that file is in place, you're ready to enable the container on boot and run it.
|
||||||
|
Loading…
Reference in New Issue
Block a user