Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
when trying to use the sysVinit script from the documentation, it gives the error "update-rc.d: error: identityserver Default-Start contains no runlevels, aborting." I was able to get it working by adding the following after the shebang:
### BEGIN INIT INFO
# Provides: wso2is
# Required-Start: $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: starts the wso2 identity server
### END INIT INFO
when trying to use the sysVinit script from the documentation, it gives the error "update-rc.d: error: identityserver Default-Start contains no runlevels, aborting." I was able to get it working by adding the following after the shebang: