aboutsummaryrefslogtreecommitdiffstats
path: root/build/f_repos/patch
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2016-12-13 17:42:23 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2016-12-14 08:31:42 +0000
commit45da5fe8a4a112f36d3ebb9d072f8f81d15ec45d (patch)
treee098200b537782257360491d8d4641fe167857ee /build/f_repos/patch
parentab2289a44a4026bf77d6ee9b55ded23c0c08d545 (diff)
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. JIRA: FUEL-237 Change-Id: I89023177e71cb6da4b9d6beff5083d345cf66db8 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'build/f_repos/patch')
-rw-r--r--build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch b/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
index 820e387d0..d01ce8bf3 100644
--- a/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
+++ b/build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch
@@ -41,7 +41,7 @@ index dbcac5f..1826390 100755
# Enable sshd
-systemctl enable sshd
-systemctl start sshd
-+systemctl reload sshd
++systemctl restart sshd
# Enable iptables
systemctl enable iptables.service