Last change
on this file since 1728 was
1212,
checked in by price, 16 years ago
|
use new initscript library in invirt-console-host
|
-
Property svn:executable set to
*
|
File size:
528 bytes
|
Rev | Line | |
---|
[1212] | 1 | #! /bin/bash |
---|
[815] | 2 | ### BEGIN INIT INFO |
---|
[1187] | 3 | # Provides: invirt-console-host |
---|
[815] | 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 |
---|
[1198] | 8 | # Short-Description: conserver config from invirt-config for Invirt host |
---|
[815] | 9 | # Description: |
---|
| 10 | ### END INIT INFO |
---|
| 11 | |
---|
[1198] | 12 | PACKAGE=invirt-console-host |
---|
| 13 | PARENTPACKAGE=conserver-server |
---|
[1212] | 14 | GEN_FILES=/etc/conserver/invirt-genconfig.cf |
---|
[815] | 15 | |
---|
[1198] | 16 | dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0 |
---|
[815] | 17 | |
---|
[1212] | 18 | . /lib/init/config-init.sh |
---|
| 19 | config_init $1 |
---|
Note: See
TracBrowser
for help on using the repository browser.