diff options
author | Fedor Zhadaev <fzhadaev@mirantis.com> | 2016-12-15 10:47:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-15 10:47:48 +0000 |
commit | 24c9ec0faf61f2f1b3cb0609209ea5d26cfe6f01 (patch) | |
tree | 8e6ebb503d8ad36c44280895d965f5683a98ef7e /build/f_repos/patch | |
parent | ccfe21eb36241104180e525d0fbb871e61cf65fb (diff) | |
parent | 45da5fe8a4a112f36d3ebb9d072f8f81d15ec45d (diff) |
Merge "Restart sshd service instead of reload"
Diffstat (limited to 'build/f_repos/patch')
-rw-r--r-- | build/f_repos/patch/fuel-main/0001-Patches-for-OPNFV.patch | 2 |
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 |