Skip to content

Commit

Permalink
Merge pull request #1800 from jpculp/wicked-timeout
Browse files Browse the repository at this point in the history
wicked: set ifup timeout
  • Loading branch information
jpculp authored Nov 4, 2021
2 parents fa6ef3e + 6793cdf commit 1dc31be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wicked/wicked.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Before=network-online.target network.target
Type=oneshot
RemainAfterExit=yes
LimitCORE=infinity
ExecStart=/usr/sbin/wicked --systemd ifup all
ExecStart=/usr/sbin/wicked --systemd ifup --timeout 300 all
ExecStop=/usr/sbin/wicked --systemd ifdown all
ExecReload=/usr/sbin/wicked --systemd ifreload all

Expand Down

0 comments on commit 1dc31be

Please sign in to comment.