diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-16 17:21:17 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-04-16 17:21:17 +0100 |
commit | 98b57c8b67776bd9b6725c56a5362f114340692e (patch) | |
tree | ee557dda00d921b4605c3e24b232051e4b5782b9 | |
parent | 673a04c3b6d651ab115546384530861e17b9d672 (diff) | |
download | pykolab-98b57c8b67776bd9b6725c56a5362f114340692e.tar.gz |
65 is too early in the boot process
-rw-r--r-- | kolabd/kolabd.sysvinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolabd/kolabd.sysvinit b/kolabd/kolabd.sysvinit index 6661128..fc59298 100644 --- a/kolabd/kolabd.sysvinit +++ b/kolabd/kolabd.sysvinit @@ -2,7 +2,7 @@ # # kolabd Start/Stop the Kolab server daemon # -# chkconfig: - 65 10 +# chkconfig: - 98 10 # description: The Kolab server is a server process which synchronizes # LDAP, SQL and other authentication databases with Cyrus IMAP, # Dovecot or other IMAP servers. |