Want more timely Centmin Mod News Updates?
Become a Member

Domains NSD enable

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

  1. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    6:01 AM
    Nginx-1.17.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

    49,875
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    1:01 PM
    Nginx 1.21.x
    MariaDB 10.x
    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 Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    6:01 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    I edit this:

    Code:
    NSD_INSTALL=n  
     
  4. rdan

    rdan Well-Known Member

    5,397
    1,353
    113
    May 25, 2014
    Ratings:
    +2,126
    Local Time:
    11:01 AM
    Mainline
    10.2
    service nsd start
    chkconfig nsd on

    Edit: eva already posted :D
     
  5. pamamolf

    pamamolf Well-Known Member

    4,003
    420
    83
    May 31, 2014
    Ratings:
    +812
    Local Time:
    6:01 AM
    Nginx-1.17.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

    49,875
    11,487
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,839
    Local Time:
    1:01 PM
    Nginx 1.21.x
    MariaDB 10.x
    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