summaryrefslogtreecommitdiff
path: root/debian/openssh-server.install
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-07-29 02:22:51 +0100
committerColin Watson <cjwatson@debian.org>2016-07-29 02:22:51 +0100
commit556ee3d2d433dc70512003667398f0979b0940a9 (patch)
tree9fa699e1bc8e37a6b4b4b23136ffc5e239f619cc /debian/openssh-server.install
parentcf165e2bc4e2f60bd8abb807ba333950412516d0 (diff)
Stop enabling ssh-session-cleanup.service by default; instead, ship it as an example and add a section to README.Debian. libpam-systemd >= 230 and "UsePAM yes" should take care of the original problem for most systemd users (thanks, Michael Biebl; closes: #832155).
Diffstat (limited to 'debian/openssh-server.install')
-rwxr-xr-xdebian/openssh-server.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/openssh-server.install b/debian/openssh-server.install
index dabc440ab..f696de231 100755
--- a/debian/openssh-server.install
+++ b/debian/openssh-server.install
@@ -11,7 +11,6 @@ debian/systemd/ssh.socket lib/systemd/system
11debian/systemd/ssh@.service lib/systemd/system 11debian/systemd/ssh@.service lib/systemd/system
12debian/systemd/sshd.conf usr/lib/tmpfiles.d 12debian/systemd/sshd.conf usr/lib/tmpfiles.d
13debian/systemd/ssh-session-cleanup usr/lib/openssh 13debian/systemd/ssh-session-cleanup usr/lib/openssh
14debian/systemd/ssh-session-cleanup.service lib/systemd/system
15 14
16# dh_apport would be neater, but at the time of writing it isn't in unstable 15# dh_apport would be neater, but at the time of writing it isn't in unstable
17# yet. 16# yet.