SYSV Startup Script: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Archive}}Check to see if there is a script called zimbra in your /etc/init.d directory. If there is, depending on your distribution, you may need to run the appropriate startup service configuration program. For instance, in redhat distributions this could be chkconfig. You can use sysv-rc-conf, if installed, to enable the service in debian/ubuntu. | |||
Check to see if there is a script called zimbra in your /etc/init.d directory. If there is, depending on your distribution, you may need to run the appropriate startup service configuration program. For instance, in redhat distributions this could be chkconfig. You can use sysv-rc-conf, if installed, to enable the service in debian/ubuntu. | |||
If the script doesn't exist there, manually copy the script: | If the script doesn't exist there, manually copy the script: | ||
Line 8: | Line 6: | ||
Now tell your distribution to start it as described above. | Now tell your distribution to start it as described above. | ||
{{Article Footer|Unknown|7/18/2006}} | |||
[[Category:Unix]] | |||
[[Category:RHEL]] | |||
[[Category:Debian]] | |||
[[Category:Ubuntu]] |
Latest revision as of 12:39, 24 March 2015
Check to see if there is a script called zimbra in your /etc/init.d directory. If there is, depending on your distribution, you may need to run the appropriate startup service configuration program. For instance, in redhat distributions this could be chkconfig. You can use sysv-rc-conf, if installed, to enable the service in debian/ubuntu.
If the script doesn't exist there, manually copy the script:
cp /opt/zimbra/libexec/zimbra /etc/init.d/
Now tell your distribution to start it as described above.