From e9ad5f5aca64f65fa2c9b2dc5132b0dacf131c99 Mon Sep 17 00:00:00 2001 From: William Brown Date: Sep 28 2017 03:25:55 +0000 Subject: Ticket 49378 server init fails Bug Description: We used our own target for DS installation, but we should just use multi-user like anything else. Fix Description: Change service template to multi-user. This should be a seamless upgrade to most consumers. https://pagure.io/389-ds-base/issue/49378 Author: wibrown Review by: mreynolds (Thanks!) --- diff --git a/wrappers/systemd.template.asan.service.in b/wrappers/systemd.template.asan.service.in index 1fe321c..52681f6 100644 --- a/wrappers/systemd.template.asan.service.in +++ b/wrappers/systemd.template.asan.service.in @@ -36,5 +36,5 @@ ExecStart=@sbindir@/ns-slapd -D @instconfigdir@/slapd-%i -i @localstatedir@/run/ .include @initconfigdir@/@package_name@.systemd [Install] -WantedBy=dirsrv.target +WantedBy=multi-user.target diff --git a/wrappers/systemd.template.service.in b/wrappers/systemd.template.service.in index 30b9e4b..0d88900 100644 --- a/wrappers/systemd.template.service.in +++ b/wrappers/systemd.template.service.in @@ -40,5 +40,5 @@ ExecStart=@sbindir@/ns-slapd -D @instconfigdir@/slapd-%i -i @localstatedir@/run/ .include @initconfigdir@/@package_name@.systemd [Install] -WantedBy=dirsrv.target +WantedBy=multi-user.target