Subversion Repositories configs

Rev

Rev 134 | Rev 152 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
#!/bin/sh
2
#
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
5
# want to do the full Sys V style init stuff.
6
 
7
touch /var/lock/subsys/local
134 - 8
 
9
# Fix restart issues
10
cd /etc/init.d
139 - 11
#for i in ./zarafa-*; do $i restart; done
134 - 12
./zarafa-licensed restart
139 - 13
#./clamav restart
14
#./amavisd restart
134 - 15
./vmware-workstation-server stop
16
./httpd restart
17
./vmware-workstation-server start