Fix systemd per-connection service
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 18 Mar 2014 11:35:02 +0000 (12:35 +0100)
committerRonan Le Martret <ronan@fridu.net>
Thu, 13 Nov 2014 14:21:05 +0000 (15:21 +0100)
commitd668c41db71095d2afeb14b77ccbaa9ce6c419ef
tree1a9a56c19a643fba81b3b25741b24ae5834949cd
parentb4ba988f1b2491c00f8868805783eb4b0c948788
Fix systemd per-connection service

sshd(8) started on demand with logging via syslog socket
inappropriately sets up file descriptor 0 passed to interactive
shell which makes the shell exit before showing prompt. To fix
the issues sshd needs to log to stderr and the file descriptor
needs to be redirected to systemd journal.

Change-Id: I03a5bf148a5096b0b7ba3a312b3ca8890b1bdd89
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/sshd@.service