summaryrefslogtreecommitdiff
path: root/debian/systemd
AgeCommit message (Collapse)Author
2018-06-18Add documentation links for systemdColin Watson
Add Documentation keys to ssh-agent.service, ssh.service, and ssh@.service.
2018-03-05Add rescue.target with ssh supportJuri Grabowski
2017-12-01debian/systemd/ssh-agent.service: Add missing dbus dependency.Anders Kaseorg
2017-08-23Add RuntimeDirectory and RuntimeDirectoryMode to ssh@.service as well as ↵Colin Watson
ssh.service (closes: #872978).
2017-08-23Fix spelling of RuntimeDirectoryMode (closes: #872976).Colin Watson
2017-07-23Create /run/sshd under systemd using RuntimeDirectory rather than tmpfiles.d ↵Colin Watson
(thanks, Dmitry Smirnov; closes: #864190).
2017-06-26Test configuration before starting or reloading sshd under systemd (closes: ↵Colin Watson
#865770).
2017-03-30Move privilege separation directory and PID file from /var/run/ to /run/ ↵Colin Watson
(closes: #760422, #856825).
2016-07-29Add systemd user unit for graphical sessions that use systemdMartin Pitt
Override the corresponding upstart job in that case.
2016-07-22Add a session cleanup script and a systemd unit file to trigger it, which ↵Colin Watson
serves to terminate SSH sessions cleanly if systemd doesn't do that itself, often because libpam-systemd is not installed (thanks, Vivek Das Mohapatra, Tom Hutter, and others; closes: #751636).
2015-12-21Add systemd readiness notification support (closes: #778913).Michael Biebl
2014-03-05Add Before=ssh.service to systemd ssh.socket file, since otherwise nothing ↵Colin Watson
guarantees that ssh.service has stopped before ssh.socket starts (thanks, Uoti Urpala).
2014-02-21Add Alias=sshd.service to systemd ssh.service file, to match "Provides: ↵Colin Watson
sshd" in the sysvinit script (thanks, Michael Biebl).
2014-02-12Remove unnecessary /dev/null testsColin Watson
Remove tests for whether /dev/null is a character device from the Upstart job and the systemd service files; it's there to avoid a confusing failure mode in daemon(), but with modern init systems we use the -D option to suppress daemonisation anyway.
2014-02-10Drop After=syslog.target; this is obsolete according to Lintian.Colin Watson
2014-02-10Add systemd support (thanks, Sven Joachim; closes: #676830).Colin Watson