如何在linux新增服務
最近要寫一個oracle啟動服務,遇到一個問題,特記錄如下:編寫好指令碼後,測試可以正常啟動與關閉,加入服務的時候出現如下提示:
chkconfig --add oracle
service oracle does not support chkconfig
google發現如下連結:
Make sure the rc script has a chkconfig-conforming header.
Citing the manual page:
RUNLEVEL FILES
Each service which should be manageable by chkconfig needs two or more
commented lines added to its init.d script. The first line tells
chkconfig what runlevels the service should be started in by default,
as well as the start and stop priority levels. If the service should
not, by default, be started in any runlevels, a - should be used in place
of the runlevels list. The second line contains a description for the
service, and may be extended across multiple lines with backslash
continuation.
For example, random.init has these three lines:
# chkconfig: 2345 20 80
# description: Saves and restores system entropy pool for
# higher quality random number generation.
This says that the random script should be started in levels 2, 3, 4, and 5,
that its start priority should be 20, and that its stop priority
should be 80. You should be able to figure out what the description says;
the causes the line to be continued. The extra space in front of
the line is ignored.
仔細檢查我寫的oracle指令碼,發現description 我少寫一個冒號,加入後,在執行
chkconfig --add oracle
一切正常。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-83086/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 如何在Linux中啟動時新增服務Linux
- 如何在本地計算機新增svn服務計算機
- [Linux]如何給Nginx新增服務LinuxNginx
- 如何在Linux下部署Samba服務?LinuxSamba
- 如何在 Linux 中搭建 FTP 服務LinuxFTP
- 如何在linux下開啟FTP服務LinuxFTP
- Linux Deepin新增阿里雲映象服務Linux阿里
- 如何在 Kali Linux 上安裝 SSH 服務Linux
- 如何在 Linux 中查詢服務的埠號Linux
- 如何在 Linux 上配置持續整合服務 – DroneLinux
- linux中新增開機自啟服務的方法Linux
- 入門:如何在 Kali Linux 上安裝 SSH 服務Linux
- 新增自編譯的apache為linux系統服務編譯ApacheLinux
- 如何在Linux下使用Gitblit工具建立Git倉庫服務LinuxGit
- redis:新增redis到服務列表Redis
- 如何在SAP雲平臺的Cloud Foundry環境下新增新的Service(服務)Cloud
- 還在擔心服務掛掉?Sentinel Go 讓服務穩如磐石Go
- 如何在cmd中停止mysql服務MySql
- 如何在 Linux 桌面新增使用者Linux
- linux下svn(subversion)服務端新增工程及配置許可權Linux服務端
- linux服務之NFS和SAMBA服務LinuxNFSSamba
- MongoDB 為系統新增MongoDB服務MongoDB
- 教你如何在Linux 桌面新增使用者Linux
- Linux服務管理Linux
- 建立Linux服務Linux
- Linux FTP服務LinuxFTP
- Linux web服務LinuxWeb
- Linux下chkconfig命令詳解即新增服務以及兩種方式啟動關閉系統服務Linux
- 新增叢集資料庫服務service資料庫
- 如何在Flutter中整合華為認證服務Flutter
- Kali Linux常用服務配置教程DHCP服務原理Linux
- linux ftp服務搭建LinuxFTP
- Linux 部署 Nginx 服務LinuxNginx
- Linux服務命令列Linux命令列
- Linux中Apacheweb服務LinuxApacheWeb
- Linux 服務詳解Linux
- linux服務解釋Linux
- Linux下新增定時任務Linux