Changeset 1318 for trunk/packages/invirt-web/debian/invirt-web.init
- Timestamp:
- Oct 25, 2008, 10:16:40 PM (16 years ago)
- Location:
- trunk/packages/invirt-web
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/debian/invirt-web.init
r1316 r1318 1 1 #!/bin/bash 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-www3 # Provides: invirt-web 4 4 # Required-Start: $local_fs $remote_fs 5 5 # Required-Stop: $local_fs $remote_fs 6 6 # Default-Start: 2 3 4 5 7 7 # Default-Stop: 0 1 6 8 # Short-Description: sipb-xenweb server8 # Short-Description: Invirt web server 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 PACKAGE= sipb-xen-www12 PACKAGE=invirt-web 13 13 PARENTPACKAGE=apache2 14 14 GEN_FILES=(/etc/apache2/sites-available/{ssl,svn})
Note: See TracChangeset
for help on using the changeset viewer.