Init

The BSDs use the traditional init(8) system.

Contents

  1. Init
    1. Usage


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"


CategoryRicottone

BSD/Init (last edited 2023-01-08 23:08:48 by DominicRicottone)