Skip to content

Commit aa1084d

Browse files
bors[bot]grwilson
andauthored
Merge #167
167: DLPX-67545 start rate limit for systemd-networkd should be in unit section r=grwilson a=grwilson Co-authored-by: George Wilson <george.wilson@delphix.com>
2 parents d18ff7f + a81f52d commit aa1084d

File tree

1 file changed

+8
-7
lines changed
  • files/common/etc/systemd/system/systemd-networkd.service.d

1 file changed

+8
-7
lines changed

files/common/etc/systemd/system/systemd-networkd.service.d/override.conf

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
#
18-
# We raise the log level to help diagnose problems. In the event that
19-
# networking fails, this additional information is valuable.
20-
#
21-
[Service]
22-
Environment=SYSTEMD_LOG_LEVEL=debug
23-
2417
#
2518
# We use "netplan apply" to make network changes which causes
2619
# a restart of the systemd-networkd service. Since we can
@@ -29,4 +22,12 @@ Environment=SYSTEMD_LOG_LEVEL=debug
2922
# fail. To avoid this we set the value high enough to be able
3023
# pass our unit tests.
3124
#
25+
[Unit]
3226
StartLimitBurst=30
27+
28+
#
29+
# We raise the log level to help diagnose problems. In the event that
30+
# networking fails, this additional information is valuable.
31+
#
32+
[Service]
33+
Environment=SYSTEMD_LOG_LEVEL=debug

0 commit comments

Comments
 (0)