解決chkconfig設定開機啟動時出現missing LSB的錯誤

WindSpirit發表於2018-05-13

0x00 主要原因是指令碼不符合LSB tags規範,在#!/bin/bash下面新增如下程式碼即可

以tomcat為例

### BEGIN INIT INFO
# Provides:          bbzhh.com
# Required-Start:    $local_fs $network
# Required-Stop:     $local_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: tomcat service
# Description:       tomcat service daemon
### END INIT INFO

相關文章