TT#26264 Use service(8) instead of directly calling /etc/init.d/<service>

We are in the process of removing the obsolete init scripts, so trying
to use them directly will make these operations not work at all.

Change-Id: Ifff400388a947294ca661b3b8bad793b755ee830
changes/02/20302/1
Guillem Jover 7 years ago
parent fd5f5ef4ef
commit bc3fca867b

@ -38,7 +38,7 @@ if [ "${nodename}" = "unknown" ] ; then
exit 1
fi
/etc/init.d/mysql start || true
service mysql start || true
. /etc/mysql/sipwise.cnf
. /etc/default/ngcp-roles

Loading…
Cancel
Save