haiku/data/settings/network/services
Ingo Weinhold f73f5d4c42 Initial changes to remove /boot/common
* find_directory() and hard-coded paths use /boot/system instead of
  /boot/common.
* The build system creates the writable directories in /boot/system
  instead of /boot/common.
* The build system no longer installs any packages in /boot/common.
2013-10-03 21:52:25 +02:00

13 lines
134 B
Plaintext

#service telnet {
# launch telnetd
#}
#service ftp {
# launch ftpd
#}
service ssh {
launch /boot/system/bin/sshd -D
stand_alone
}