From 699f2867aba12df29a995542a235c32c1571489f Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 14 Dec 2016 12:46:32 +0400 Subject: Restart sshd service instead of reload In the middle of fuel master node bootstrap the reload of sshd service accidentally is losing main process pid, so restart it. Change-Id: Ic977c46232e8592ea7505d7f6f826b366c026a5b JIRA: FUEL-237 Signed-off-by: Michael Polenchuk Signed-off-by: Alexandru Avadanii --- build/patch-repos/0010-bootstrap_admin_node.sh.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/patch-repos/0010-bootstrap_admin_node.sh.patch b/build/patch-repos/0010-bootstrap_admin_node.sh.patch index d3769adfb..9d381ce38 100644 --- a/build/patch-repos/0010-bootstrap_admin_node.sh.patch +++ b/build/patch-repos/0010-bootstrap_admin_node.sh.patch @@ -49,7 +49,7 @@ index 3197c91..e035145 100755 -# Enable sshd -systemctl enable sshd -systemctl start sshd -+systemctl reload sshd ++systemctl restart sshd # Enable iptables systemctl enable iptables.service -- cgit 1.2.3-korg