28f40a8
@@ -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
@@ -1,6 +1,6 @@
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 @@
Description=@capbrand@ Directory Server %i.
PartOf=@systemdgroupname@
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: ???
LGTM
rebased onto 28f40a8
Pull-Request has been merged by firstyear
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
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: ???