gcc484ntopperl-5.22
Last change
on this file since 0105685 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
561 bytes
|
Line | |
---|
1 | # ATTENTION: Put all configuration and upgrade stuff in zarafa_conf please! |
---|
2 | |
---|
3 | #restart apache to activate php mapi extention |
---|
4 | svcrestart /service/apache2 |
---|
5 | |
---|
6 | #restart all zarafa modules, in the right order |
---|
7 | svcstop /service/zarafa-gateway |
---|
8 | svcstop /service/zarafa-ical |
---|
9 | svcstop /service/zarafa-monitor |
---|
10 | svcstop /service/zarafa-spooler |
---|
11 | svcstop /service/zarafa-search |
---|
12 | svcrestart /service/zarafa-server |
---|
13 | svcreset /service/zarafa-gateway |
---|
14 | svcreset /service/zarafa-ical |
---|
15 | svcreset /service/zarafa-monitor |
---|
16 | svcreset /service/zarafa-spooler |
---|
17 | svcreset /service/zarafa-search |
---|
18 | |
---|
19 | exit 0 |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.