f73f5d4c42
* 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.
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
#service telnet {
|
|
# launch telnetd
|
|
#}
|
|
|
|
#service ftp {
|
|
# launch ftpd
|
|
#}
|
|
|
|
service ssh {
|
|
launch /boot/system/bin/sshd -D
|
|
stand_alone
|
|
}
|