Skip to content

Commit

Permalink
Finish rollout of systemd-networkd dbus timeout increase
Browse files Browse the repository at this point in the history
Differential Revision: D62367811

fbshipit-source-id: c86e9a8b1bdeac4e6927fe71dababd3723167f40
  • Loading branch information
Daan De Meyer authored and facebook-github-bot committed Sep 10, 2024
1 parent 89640b9 commit e8f0233
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions cookbooks/fb_systemd/recipes/networkd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@
Environment=SYSTEMD_BUS_TIMEOUT=50
EOF

if node.in_shard?(20)
fb_systemd_override 'systemd-networkd extend dbus timeout' do
only_if { node['fb_systemd']['networkd']['enable'] }
unit_name 'systemd-networkd.service'
content extend_dbus_timeout
action :create
end
fb_systemd_override 'systemd-networkd extend dbus timeout' do
only_if { node['fb_systemd']['networkd']['enable'] }
unit_name 'systemd-networkd.service'
content extend_dbus_timeout
action :create
end

service 'systemd-networkd.socket' do
Expand Down

0 comments on commit e8f0233

Please sign in to comment.