ONOS-4400: Run daemon-reload as part of onos-install for systemd systems

Change-Id: Id73b3fb54b58e1b8444b2eccb21b8a067ac45405
(cherry picked from commit 4ca2f44945c50caa32a522555e637338831302c8)
This commit is contained in:
Jonathan Hart 2016-05-24 09:50:55 -07:00
parent ce7db1b65f
commit 5de9105aa2

View File

@ -85,6 +85,9 @@ ssh -tt $remote "
echo 'log4j.logger.org.apache.sshd = WARN' \
>> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg
# Set up the ONOS service on systemd-based systems
sudo systemctl daemon-reload || true
"
# Configure the ONOS installation