summaryrefslogtreecommitdiffstats
path: root/core/modules/sshd/module.conf
blob: a4df03cf835603ffe845546ee8b365c40cfc6f17 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
REQUIRED_LIBRARIES=""
REQUIRED_BINARIES="
	sshd
"
REQUIRED_FILES="
	/lib/systemd/system/ssh.service
	/usr/lib/openssh/ssh-session-cleanup
"