Opened 10 years ago

Closed 8 years ago

#2496 closed enhancement (fixed)

Register service control scripts on Linux

Reported by: jng Owned by: jng
Priority: low Milestone: 3.0
Component: Installer Version:
Severity: trivial Keywords:
Cc: External ID:

Description

The CentOS and Ubuntu installer scripts should register the mapguide/httpd service control scripts under /etc/init.d allowing mgserver/httpd to auto-start on startup.

http://wiki.osgeo.org/wiki/Building_Mapguide_on_Ubuntu_7.10_Server

Change History (2)

comment:1 by jng, 10 years ago

For CentOS, the service control scripts need to have the following headers in order to allow for service registration:

# chkconfig: 345 35 65
# description: MapGuide Server Daemon
# chkconfig: 235 85 15
# description: Apache HTTPD (MapGuide-bundled)
# processname: httpd

On CentOS, the redhat-lsb-core package needs to be installed for our mapguide service control script to work.

comment:2 by jng, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.