- Timestamp:
- Oct 24, 2008, 4:00:48 AM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-console/debian/invirt-console-server.init
r1190 r1200 1 1 #!/bin/bash 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-console3 # Provides: invirt-console-server 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-xen Console Server homedir filesystem8 # Short-Description: Invirt console proxy server 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 # Author: SIPB Xen Project <sipb-xen@mit.edu>12 # Author: Invirt Project <invirt@mit.edu> 13 13 14 14 # Do NOT "set -e" … … 16 16 # PATH should only include /usr/* if it runs after the mountnfs.sh script 17 17 PATH=/sbin:/usr/sbin:/bin:/usr/bin 18 DESC=" The sipb-xenconsole server"19 NAME= sipb-xen-console20 DAEMON=/usr/bin/ sipb-xen-consolefs18 DESC="the Invirt console server" 19 NAME=invirt-console-server 20 DAEMON=/usr/bin/invirt-consolefs 21 21 DAEMON_ARGS="/consolefs" 22 22 PIDFILE=/var/run/$NAME.pid … … 39 39 { 40 40 for i in /etc/conserver/invirt-hosts.cf \ 41 /etc/remctl/acl/invirt-console \41 /etc/remctl/acl/invirt-console-server \ 42 42 /etc/issue.net.no_tkt \ 43 43 /etc/nss-pgsql.conf \
Note: See TracChangeset
for help on using the changeset viewer.