Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSCP-0.4.3.77-1.el6.x86_64.rpm - init.d nsclient service script #69

Closed
box293 opened this issue Jan 5, 2015 · 2 comments
Closed

NSCP-0.4.3.77-1.el6.x86_64.rpm - init.d nsclient service script #69

box293 opened this issue Jan 5, 2015 · 2 comments
Assignees
Milestone

Comments

@box293
Copy link

box293 commented Jan 5, 2015

After installing the latest version today the /etc/init.d/nsclient script was present and starts the service. Great work.

However if I go to use chkconfig to configure it to start on boot I get:

chkconfig --add nsclient
service nsclient does not support chkconfig

From some reading I did aparently the first six lines of the script are important to making this work with chkconfig.

I got around this by creating some symbolic links:

ln -s /etc/init.d/nsclient /etc/rc.d/rc2.d/S35nsclient
ln -s /etc/init.d/nsclient /etc/rc.d/rc3.d/S35nsclient
ln -s /etc/init.d/nsclient /etc/rc.d/rc4.d/S35nsclient
ln -s /etc/init.d/nsclient /etc/rc.d/rc5.d/S35nsclient

When the server reboots the nsclient service is running.

Once again keep up the great work.

@mickem
Copy link
Owner

mickem commented Jan 5, 2015

Will fix...

@mickem mickem self-assigned this Jan 5, 2015
@mickem mickem added this to the 0.4.3 milestone Jan 5, 2015
@mickem
Copy link
Owner

mickem commented Jan 5, 2015

Fixed in next build

@mickem mickem closed this as completed Jan 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants