summaryrefslogtreecommitdiff
path: root/data/live-build-config/includes.chroot/lib/systemd/system/ssh-session-cleanup.service
blob: b86727227345a2b990edac4aa739a690f7ae0b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=OpenBSD Secure Shell session cleanup
Wants=network.target
After=network.target

[Service]
ExecStart=/bin/true
ExecStop=/usr/lib/openssh/ssh-session-cleanup
RemainAfterExit=yes
Type=oneshot

[Install]
WantedBy=multi-user.target