Learn about Centmin Mod LEMP Stack today
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,022
    421
    83
    May 31, 2014
    Ratings:
    +816
    Local Time:
    1:04 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

    50,455
    11,659
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,078
    Local Time:
    8:04 AM
    Nginx 1.25.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,022
    421
    83
    May 31, 2014
    Ratings:
    +816
    Local Time:
    1:04 AM
    Nginx-1.17.x
    MariaDB 10.3.x
    I edit this:

    Code:
    NSD_INSTALL=n  
     
  4. rdan

    rdan Well-Known Member

    5,419
    1,386
    113
    May 25, 2014
    Ratings:
    +2,167
    Local Time:
    6:04 AM
    Mainline
    10.2
    service nsd start
    chkconfig nsd on

    Edit: eva already posted :D
     
  5. pamamolf

    pamamolf Well-Known Member

    4,022
    421
    83
    May 31, 2014
    Ratings:
    +816
    Local Time:
    1:04 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

    50,455
    11,659
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,078
    Local Time:
    8:04 AM
    Nginx 1.25.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