Lines Matching full:service
23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
369 csih_warning "Couldn't determine name of user running sshd service from /etc/passwd!"
371 csih_warning "by the sshd service belong to the user running the service."
409 csih_warning "This may cause the sshd service to fail! Please make sure that"
418 # Install sshd as a service
428 csih_inform "Sshd service is already installed."
431 echo -e "${_csih_QUERY_STR} Do you want to install sshd as a service?"
432 if csih_request "(Say \"no\" if it is already installed as a service)"
486 csih_inform "The sshd service has been installed under the LocalSystem"
487 csih_inform "account (also known as SYSTEM). To start the service now, call"
497 csih_inform "The sshd service has been installed under the '${run_service_as}'"
498 csih_inform "account. To start the service now, call \`net start sshd' or"
508 csih_error_recoverable "Installing sshd as a service failed!"
511 fi # user allowed us to install as service
512 fi # service not yet installed
608 echo " --user -u <account> privileged user for service."
611 echo " instead of LocalSystem for sshd service."