Last change
on this file since 3045 was
2931,
checked in by broder, 15 years ago
|
Actually regenerate the corosync config file in invirt-cluster-config's init script.
|
-
Property svn:executable set to
*
|
File size:
475 bytes
|
Rev | Line | |
---|
[1590] | 1 | #!/bin/bash |
---|
[1520] | 2 | ### BEGIN INIT INFO |
---|
| 3 | # Provides: invirt-cluster-config |
---|
| 4 | # Required-Start: $local_fs $remote_fs |
---|
| 5 | # Required-Stop: $local_fs $remote_fs |
---|
| 6 | # Default-Start: 2 3 4 5 |
---|
| 7 | # Default-Stop: 0 1 6 |
---|
| 8 | # Short-Description: Invirt clustering configuration |
---|
| 9 | # Description: Configure Redhat clustering and clustering LVM |
---|
| 10 | ### END INIT INFO |
---|
| 11 | |
---|
| 12 | PACKAGE=invirt-cluster-config |
---|
[2931] | 13 | GEN_FILES=/etc/corosync/corosync.conf.invirt |
---|
[1520] | 14 | |
---|
| 15 | . /lib/init/config-init.sh |
---|
| 16 | config_init "$1" |
---|
Note: See
TracBrowser
for help on using the repository browser.