Cleanup networking docs

This commit is contained in:
Jip-Hop 2024-07-03 15:29:31 +02:00
parent a67e239be9
commit 13f8a670b1
1 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ The `--network-veth-extra` argument instructs system-nspawn to create an additio
--network-veth-extra=<host_interface_name>:<jail_interface_name> --network-veth-extra=<host_interface_name>:<jail_interface_name>
``` ```
The service config constaining `ExecStartPost` commands is then used to add the host side of the interface link to an existing host bridge and bring the interface up. Jailmaker has simplified this process by including a `post_start_hook` configuration parameter which can automate the creation of the service config by including the `ExecStartPost` commands as below. The service config `ExecStartPost` commands is then used to add the host side of the interface link to an existing host bridge and bring the interface up. Jailmaker has simplified this process by including a `post_start_hook` configuration parameter which can automate the creation of the service config by including the `ExecStartPost` commands as below.
``` ```
post_start_hook=#!/usr/bin/bash post_start_hook=#!/usr/bin/bash