Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #2637] adapt lsb headers for icinga and ido2db #982

Closed
icinga-migration opened this issue May 22, 2012 · 1 comment
Closed

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/2637

Created by mfriedrich on 2012-05-22 20:22:51 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2012-06-12 16:12:48 +00:00)
Target Version: 1.7.1
Last Update: 2012-06-12 16:12:48 +00:00 (in Redmine)


like debian does, the dependency based boot sequence makes sense, especially on ido2db where the rdbms should be started before, and stopped afterwards.

### BEGIN INIT INFO
# Provides:          ido2db 
# Required-Start:    $remote_fs $syslog $named $network $time
# Required-Stop:     $remote_fs $syslog $named $network
# X-Start-Before:    icinga
# X-Stop-After:      icinga
# Should-Start:      $mysql $postgresql
# Should-Stop:       $mysql $postgresql
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: ido2db initscript
# Description:       icinga-databojects daemon
### END INIT INFO


### BEGIN INIT INFO
# Provides:          icinga
# Required-Start:    $local_fs $remote_fs $syslog $named $network $time
# Required-Stop:     $local_fs $remote_fs $syslog $named $network
# Should-Start:      
# Should-Stop:       
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: icinga host/service/network monitoring and management system
# Description:       icinga is a monitoring and management system for hosts, services and networks.
### END INIT INFO

Changesets

2012-05-22 21:07:20 +00:00 by mfriedrich d7aad89

adapt lsb headers for icinga and ido2db #2637

refs #2637

2012-06-11 12:26:16 +00:00 by mfriedrich dfcb88f

update Changelog from previous commits & fixes

refs #2616
refs #2637
refs #2671

2012-06-27 14:28:12 +00:00 by mfriedrich e3cd69a

don't use system facilities for lsb header Should-start|stop

refs #2637

2012-08-19 17:31:14 +00:00 by mfriedrich e9d3f8c

don't use system facilities for lsb header Should-start|stop

refs #2637
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2012-06-12 16:12:48 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant