2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

sudo-logsrvd.pp: Remove syslog.target (non-existent upstream since 11~ years ago)

Remove syslog.target from service file, this target hasn't existed for over a decade.

6aa8d43ade/NEWS (L72-L73)
This commit is contained in:
Martin 2024-03-02 13:15:17 +01:00 committed by Todd C. Miller
parent 72cee2fa25
commit 836d2b556b

View File

@ -261,7 +261,7 @@ This makes it possible to have all sudo I/O logs on a central server."
pp_systemd_service_exec_args="-n"
pp_systemd_service_man="man:sudo_logsrvd(8) man:sudo_logsrvd.conf(5)"
pp_systemd_service_documentation="https://www.sudo.ws/man.html"
pp_systemd_service_after="syslog.target network.target auditd.service"
pp_systemd_service_after="network.target auditd.service"
pp_systemd_service_killmode="process"
pp_systemd_service_type="exec"
pp_systemd_system_target="multi-user.target"