diff options
Diffstat (limited to 'src/init')
| -rwxr-xr-x | src/init | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -183,9 +183,12 @@ for repoConfig in $repos end # create writable log file for run script -touch $_LOG && chmod 777 $_LOG +truncate -s 0 $_LOG && chmod 777 $_LOG setupSSH; or return $status +# grep log in background +tail -f $_LOG & + # run ssh daemon exec /usr/sbin/sshd -D -e |
