Init
The BSDs use the traditional init(8) system.
Usage
To start a service, try:
service sshd start
To set a service to start automatically on boot, edit /etc/rc.conf like:
sshd_enable="YES"
The BSDs use the traditional init(8) system.
To start a service, try:
service sshd start
To set a service to start automatically on boot, edit /etc/rc.conf like:
sshd_enable="YES"
BSD/Init (last edited 2023-01-08 23:08:48 by DominicRicottone)