Discover Centmin Mod today
Register Now

Domains NSD enable

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Jul 7, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:37 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    I just install Centminmod on a server and i was edit it before installation and i change the install NSD to no.


    I know that this will install it but disable it correct?

    And how can i enable it now and fix it so after restart will be auto start again?

    Thanks
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,098
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    12:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes with NSD_DISABLE=y in centmin.sh, then install centmin.sh menu option ! will install NSD but disable it.

    See change log at http://centminmod.com/changelog.html#123eva200007

    to renable as per large text above

    Code:
    service nsd start
    chkconfig nsd on
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:37 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I edit this:

    Code:
    NSD_INSTALL=n  
     
  4. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    10:37 AM
    Mainline
    10.2
    service nsd start
    chkconfig nsd on

    Edit: eva already posted :D
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    4:37 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    I was not sure if:

    NSD_INSTALL=n

    and

    NSD_DISABLE=n

    is the same :)
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,098
    12,177
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,735
    Local Time:
    12:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    NSD_INSTALL won't do much as it's overrided by unattended install to always use NSD_INSTALL=y

    NSD_DISABLE=y if you want to disable NSD after initial centmin.sh install