From f487e373930472b234f637a03273604d3c7a241c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 30 Jun 2018 20:35:29 +0100 Subject: [PATCH] AWS: No need to restart udev any more The renames the network interfaces itself now Signed-off-by: Michael Tremer --- src/initscripts/helper/aws-setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index 334f3e4be1..33364f3f7f 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -234,9 +234,6 @@ import_aws_configuration() { # All done echo_ok - - # Restart udev to rename network interfaces - /etc/init.d/udev restart } case "${reason}" in -- 2.39.5