From 11cbb530aa4ca54344eb8941342bfe510f4b981b Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 10 Feb 2014 14:37:55 +0000 Subject: Add systemd support (thanks, Sven Joachim; closes: #676830). --- debian/systemd/ssh@.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/systemd/ssh@.service (limited to 'debian/systemd/ssh@.service') diff --git a/debian/systemd/ssh@.service b/debian/systemd/ssh@.service new file mode 100644 index 000000000..c2f9b1547 --- /dev/null +++ b/debian/systemd/ssh@.service @@ -0,0 +1,9 @@ +[Unit] +Description=OpenBSD Secure Shell server per-connection daemon +After=auditd.service + +[Service] +EnvironmentFile=-/etc/default/ssh +ExecStartPre=/usr/bin/test -c /dev/null +ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS +StandardInput=socket -- cgit v1.2.3