mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 19:01:06 +02:00
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:
parent
ce7db1b65f
commit
5de9105aa2
@ -85,6 +85,9 @@ ssh -tt $remote "
|
|||||||
echo 'log4j.logger.org.apache.sshd = WARN' \
|
echo 'log4j.logger.org.apache.sshd = WARN' \
|
||||||
>> $ONOS_INSTALL_DIR/$KARAF_DIST/etc/org.ops4j.pax.logging.cfg
|
>> $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
|
# Configure the ONOS installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user