summaryrefslogtreecommitdiff
path: root/debian/openssh-server.ssh.upstart
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2013-05-21 17:53:45 +0100
committerColin Watson <cjwatson@debian.org>2013-05-21 17:53:45 +0100
commitcc7c64fe532ac804ce6c65d701a32b614cc0b26a (patch)
treef01d041d890444d19138f4fea09d09b6484ef6bd /debian/openssh-server.ssh.upstart
parentc4987c983e64fa6194fd15b668fc714e69f600f5 (diff)
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).
Diffstat (limited to 'debian/openssh-server.ssh.upstart')
-rw-r--r--debian/openssh-server.ssh.upstart2
1 files changed, 1 insertions, 1 deletions
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 @@
4 4
5description "OpenSSH server" 5description "OpenSSH server"
6 6
7start on filesystem or runlevel [2345] 7start on runlevel [2345]
8stop on runlevel [!2345] 8stop on runlevel [!2345]
9 9
10respawn 10respawn