Skip to content

Commit

Permalink
Fixes #16642: Restart rudder-jetty at the end of rudder-webapp postinst
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jan 29, 2020
1 parent 61fa252 commit dabb2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rudder-webapp/SOURCES/rudder-webapp-postinst
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ cd /

# Restart the webapp
echo -n "INFO: Make sure Rudder webapp is started..."
systemctl start rudder-jetty >> ${LOG_FILE}
systemctl restart rudder-jetty >> ${LOG_FILE}
echo " Done"

echo -n "INFO: Make sure Apache HTTPd is started..."
systemctl start ${APACHE} >> ${LOG_FILE}
systemctl restart ${APACHE} >> ${LOG_FILE}
echo " Done"

## Make sure everything is ok
Expand Down

0 comments on commit dabb2b2

Please sign in to comment.