From cc7c64fe532ac804ce6c65d701a32b614cc0b26a Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 21 May 2013 17:53:45 +0100 Subject: Change start condition of Upstart job to be just the standard "runlevel [2345]", rather than "filesystem or runlevel [2345]"; the latter makes it unreasonably difficult to ensure that urandom starts before ssh, and is not really necessary since one of static-network-up and failsafe-boot is guaranteed to happen and will trigger entry to the default runlevel, and we don't care about ssh starting before the network (LP: #1098299). --- debian/openssh-server.ssh.upstart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/openssh-server.ssh.upstart') diff --git a/debian/openssh-server.ssh.upstart b/debian/openssh-server.ssh.upstart index d8342b9c1..21a6bc50b 100644 --- a/debian/openssh-server.ssh.upstart +++ b/debian/openssh-server.ssh.upstart @@ -4,7 +4,7 @@ description "OpenSSH server" -start on filesystem or runlevel [2345] +start on runlevel [2345] stop on runlevel [!2345] respawn -- cgit v1.2.3