diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-10 14:57:04 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-10 14:57:04 +0000 |
commit | 32ab9f6bc3f6e8359ffbbe7d12710f851ded258a (patch) | |
tree | 5d35c98e381b228f0345ab51415e8b39003d915e /debian | |
parent | 11cbb530aa4ca54344eb8941342bfe510f4b981b (diff) |
Drop After=syslog.target; this is obsolete according to Lintian.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/systemd/ssh.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service index 333690bfc..6f69923f1 100644 --- a/debian/systemd/ssh.service +++ b/debian/systemd/ssh.service | |||
@@ -1,6 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=OpenBSD Secure Shell server | 2 | Description=OpenBSD Secure Shell server |
3 | After=syslog.target network.target auditd.service | 3 | After=network.target auditd.service |
4 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run | 4 | ConditionPathExists=!/etc/ssh/sshd_not_to_be_run |
5 | 5 | ||
6 | [Service] | 6 | [Service] |