Rev 134 | Rev 152 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/sh## This script will be executed *after* all the other init scripts.# You can put your own initialization stuff in here if you don't# want to do the full Sys V style init stuff.touch /var/lock/subsys/local# Fix restart issuescd /etc/init.d#for i in ./zarafa-*; do $i restart; done./zarafa-licensed restart#./clamav restart#./amavisd restart./vmware-workstation-server stop./httpd restart./vmware-workstation-server start