This is an automated email from the git hooks/post-receive script.
firstyear pushed a change to branch master in repository 389-ds-base.
from af723fd Ticket 49305 - Need to wrap atomic calls new e9ad5f5 Ticket 49378 server init fails
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: wrappers/systemd.template.asan.service.in | 2 +- wrappers/systemd.template.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script.
firstyear pushed a commit to branch master in repository 389-ds-base.
commit e9ad5f5aca64f65fa2c9b2dc5132b0dacf131c99 Author: William Brown firstyear@redhat.com Date: Thu Sep 28 09:11:00 2017 +1000
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!) --- wrappers/systemd.template.asan.service.in | 2 +- wrappers/systemd.template.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
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
389-commits@lists.fedoraproject.org