summaryrefslogtreecommitdiff
path: root/debian/openssh-server.ssh.upstart
AgeCommit message (Collapse)Author
2013-05-21Change start condition of Upstart job to be just the standard "runlevelColin Watson
[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).
2012-11-01Add an Upstart job (not currently used by default in Debian).Colin Watson