2012-06-02 11:31:20 +00:00
|
|
|
case $ACTION in
|
|
|
|
post)
|
|
|
|
cat <<_EOF
|
|
|
|
===========================================================================
|
2012-08-29 05:52:16 +00:00
|
|
|
|
2012-06-02 11:31:20 +00:00
|
|
|
Two systemd services are provided by ${PKGNAME}-${VERSION}:
|
|
|
|
|
|
|
|
- sshd.service (starts a single instance of sshd)
|
|
|
|
- sshd.socket (per-connection on demand sshd)
|
|
|
|
|
2012-08-29 05:52:16 +00:00
|
|
|
Feel free to start/enable your preferred solution :-)
|
|
|
|
|
2012-06-02 11:31:20 +00:00
|
|
|
===========================================================================
|
|
|
|
_EOF
|
|
|
|
;;
|
|
|
|
esac
|