diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-23 13:51:07 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-23 14:02:19 +0200 |
commit | 66ec03061ac8caa6b1427ef4d15e019914b985cc (patch) | |
tree | 3ea2327a15d60a9145b9eea1225b85e03e05a17e /network/80-container-host0.network | |
parent | cryptenroll: sort includes (diff) | |
download | systemd-66ec03061ac8caa6b1427ef4d15e019914b985cc.tar.xz systemd-66ec03061ac8caa6b1427ef4d15e019914b985cc.zip |
network: suggest using "networkctl edit" instead of copying manually
Diffstat (limited to 'network/80-container-host0.network')
-rw-r--r-- | network/80-container-host0.network | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index b79e701cac..ecf642099d 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -3,12 +3,7 @@ # This config file is installed as part of systemd. # It may be freely copied and edited (following the MIT No Attribution license). # -# To make local modifications, one of the following methods may be used: -# 1. add a drop-in file that extends this file by creating the -# /etc/systemd/network/80-container-host0.network.d/ directory and creating a -# new .conf file there. -# 2. copy this file into /etc/systemd/network or one of the other paths checked -# by systemd-networkd and edit it there. +# To make local modifications, use "networkctl edit". See networkctl(1) for details. # This file should not be edited in place, because it'll be overwritten on upgrades. # This network file matches the container-side of the virtual Ethernet link |