Skip to content

Fix conserver at boot

Benjamin Bertrand requested to merge services-start-order into master

conserver needs the unix socket created by procServ. It should start after the IOC services at boot.

Before=conserver.service doesn't work with the simple type: Type=simple (default): systemd considers the service to be started up immediately. The process must not fork. Do not use this type if other services need to be ordered on this service, unless it is socket activated.

Service changed from simple to forking (using pidfile).

JIRA INFRA-1787 #action In Progress

Merge request reports