Subversion Repositories configs

Rev

Rev 4 | Rev 139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 134
Line 3... Line 3...
3
# This script will be executed *after* all the other init scripts.
3
# This script will be executed *after* all the other init scripts.
4
# You can put your own initialization stuff in here if you don't
4
# You can put your own initialization stuff in here if you don't
5
# want to do the full Sys V style init stuff.
5
# want to do the full Sys V style init stuff.
6
 
6
 
7
touch /var/lock/subsys/local
7
touch /var/lock/subsys/local
-
 
8
 
-
 
9
# Fix restart issues
-
 
10
cd /etc/init.d
-
 
11
for i in ./zarafa-*; do $i restart; done
-
 
12
./zarafa-licensed restart
-
 
13
./clamav restart
-
 
14
./amavisd restart
-
 
15
./vmware-workstation-server stop
-
 
16
./httpd restart
-
 
17
./vmware-workstation-server start