summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh.service
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-10 14:57:04 +0000
committerColin Watson <cjwatson@debian.org>2014-02-10 14:57:04 +0000
commit32ab9f6bc3f6e8359ffbbe7d12710f851ded258a (patch)
tree5d35c98e381b228f0345ab51415e8b39003d915e /debian/systemd/ssh.service
parent11cbb530aa4ca54344eb8941342bfe510f4b981b (diff)
Drop After=syslog.target; this is obsolete according to Lintian.
Diffstat (limited to 'debian/systemd/ssh.service')
-rw-r--r--debian/systemd/ssh.service2
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]
2Description=OpenBSD Secure Shell server 2Description=OpenBSD Secure Shell server
3After=syslog.target network.target auditd.service 3After=network.target auditd.service
4ConditionPathExists=!/etc/ssh/sshd_not_to_be_run 4ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
5 5
6[Service] 6[Service]