= 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" }}} ---- CategoryRicottone