Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-29 | Add systemd user unit for graphical sessions that use systemd | Martin Pitt | |
Override the corresponding upstart job in that case. | |||
2016-07-22 | Add 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-21 | Add systemd readiness notification support (closes: #778913). | Michael Biebl | |
2014-03-05 | Add 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-21 | Add Alias=sshd.service to systemd ssh.service file, to match "Provides: ↵ | Colin Watson | |
sshd" in the sysvinit script (thanks, Michael Biebl). | |||
2014-02-12 | Remove unnecessary /dev/null tests | Colin 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-10 | Drop After=syslog.target; this is obsolete according to Lintian. | Colin Watson | |
2014-02-10 | Add systemd support (thanks, Sven Joachim; closes: #676830). | Colin Watson | |