Subversion Repositories configs

Rev

Rev 139 | 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
cd /etc/init.d
152 - 10
./clamav restart
11
./spamassassin restart
12
./amavisd restart
13
./postfix restart
14
./zarafa-server restart
15
./zarafa-dagent restart
16
./zarafa-gateway restart
17
./zarafa-ical restart
134 - 18
./zarafa-licensed restart
152 - 19
./zarafa-monitor restart
20
./zarafa-spooler restart
21
./fetchmail restart