diff --git a/openssh.changes b/openssh.changes index 1931dc4..afdcf6b 100644 --- a/openssh.changes +++ b/openssh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 14 19:02:32 UTC 2013 - crrodriguez@opensuse.org + +- sshd.service: Do not order after syslog.target, it is + not required or recommended and that target does not even exist + anymore. + ------------------------------------------------------------------- Tue Jan 8 10:16:45 UTC 2013 - dmueller@suse.com diff --git a/sshd.service b/sshd.service index 1e4538e..87f4764 100644 --- a/sshd.service +++ b/sshd.service @@ -1,6 +1,6 @@ [Unit] Description=OpenSSH Daemon -After=syslog.target network.target +After=network.target [Service] EnvironmentFile=/etc/sysconfig/ssh