#50625 Ticket 50595 - remove syslog.target requirement
Closed 3 years ago by spichugi. Opened 4 years ago by firstyear.
firstyear/389-ds-base 50595-syslog-target  into  master

@@ -5,7 +5,7 @@ 

  # systemctl (re)start dirsrv-snmp.service

  [Unit]

  Description=@capbrand@ Directory Server SNMP Subagent.

- After=syslog.target network.target

+ After=network.target

  

  [Service]

  Type=forking

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  [Unit]

  Description=@capbrand@ Directory Server

- After=chronyd.service ntpd.service network-online.target syslog.target

+ After=chronyd.service ntpd.service network-online.target

  Before=radiusd.service

  

  [Install]

@@ -4,7 +4,7 @@ 

  [Unit]

  Description=@capbrand@ Directory Server %i.

  PartOf=@systemdgroupname@

- After=chronyd.service ntpd.service network-online.target syslog.target

+ After=chronyd.service ntpd.service network-online.target

  Before=radiusd.service

  

  [Service]

Bug Description: Syslog.target is removed in newer systemd versions.

Fix Description: Remove the target because it's no longer relevant.

https://pagure.io/389-ds-base/issue/50595

Author: William Brown william@blackhats.net.au

Review by: ???

rebased onto 28f40a8

4 years ago

Pull-Request has been merged by firstyear

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3680

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago