From b4fc0d329c03de1c38dc3f908a10f7239c32a05c Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 21 Aug 2017 12:48:31 +0100 Subject: Drop upstart system and user jobs. --- debian/openssh-server.ssh.upstart | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 debian/openssh-server.ssh.upstart (limited to 'debian/openssh-server.ssh.upstart') diff --git a/debian/openssh-server.ssh.upstart b/debian/openssh-server.ssh.upstart deleted file mode 100644 index 9b0e95450..000000000 --- a/debian/openssh-server.ssh.upstart +++ /dev/null @@ -1,29 +0,0 @@ -# ssh - OpenBSD Secure Shell server -# -# The OpenSSH server provides secure shell access to the system. - -description "OpenSSH server" - -start on runlevel [2345] -stop on runlevel [!2345] - -respawn -respawn limit 10 5 -umask 022 - -env SSH_SIGSTOP=1 -expect stop - -# 'sshd -D' leaks stderr and confuses things in conjunction with 'console log' -console none - -pre-start script - test -x /usr/sbin/sshd || { stop; exit 0; } - test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; } - - mkdir -p -m0755 /run/sshd -end script - -# if you used to set SSHD_OPTS in /etc/default/ssh, you can change the -# 'exec' line here instead -exec /usr/sbin/sshd -D -- cgit v1.2.3