You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To manage meta-server-daemon as a service script with chkconfig, it is necessary to add these lines to meta-server-daemon
### BEGIN INIT INFO
# Provides: meta
# Required-Start:
# Required-Stop:
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Stratio Meta
# Description: One LANGUAGE to rule them all
#
### END INIT INFO
To manage meta-server-daemon as a service script with chkconfig, it is necessary to add these lines to meta-server-daemon