Quote:
Originally Posted by jarrell
[root@jdubbhosting ~]# chkconfig ispconfig_server on
service ispconfig_server does not support chkconfig
[root@jdubbhosting ~]#
|
I know this thread is old, but I have just had this problem.
It appears to be a Centos thing as I found the solution on the Centos site.
You need to edit the /etc/init.d/ispconfig_server script as follows:
Code:
#!/bin/bash
# chkconfig: - 90 25
# processname: ispconfig_server
# description: ISPConfig Server Service Script
#########################################################################
# Copyright (c) 2005, projektfarm Gmbh, Till Brehm, Falko Timme
Added 3 lines between #!/bin/bash and the start of the copyright notice.
It is important you add all 3 lines and that the # is in front of them.
Hope this helps someone in the future.
Regards
Cambo
Recent comments
8 hours 37 min ago
13 hours 36 min ago
15 hours 2 min ago
15 hours 55 min ago
17 hours 39 min ago
22 hours 2 min ago
22 hours 54 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 15 hours ago