Welcome to Centmin Mod Community
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,100
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    10:41 PM
    Nginx-1.26.x
    MariaDB 10.6.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

    55,156
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:41 AM
    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,100
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    10:41 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    I edit this:

    Code:
    NSD_INSTALL=n  
     
  4. rdan

    rdan Well-Known Member

    5,449
    1,410
    113
    May 25, 2014
    Ratings:
    +2,204
    Local Time:
    3:41 AM
    Mainline
    10.2
    service nsd start
    chkconfig nsd on

    Edit: eva already posted :D
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,100
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    10:41 PM
    Nginx-1.26.x
    MariaDB 10.6.x
    I was not sure if:

    NSD_INSTALL=n

    and

    NSD_DISABLE=n

    is the same :)
     
  6. eva2000

    eva2000 Administrator Staff Member

    55,156
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:41 AM
    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