a command used to change/query the state of system services during system startup
0
votes
1answer
121 views
Auto-restart an process when it crashes
I have an app that I need to autostart when the OS starts. I am running in a CentOS 6, so I am using a LSB init script placed in /etc/init.d. So far this is fine and working.
Now....besides that, ...
0
votes
1answer
133 views
Converting update-rc.d redis_6379 defaults to chkconfig command
I'm trying to run the commmand below to Centos and of course I get command not found. How do I then convert it to chkconfig ?
update-rc.d redis_6379 defaults
1
vote
2answers
56 views
Calling a script on machine shutdown
I want to call a script on machine shutdown and restart.
I have written code like
#! /bin/bash
#chkconfig: 0 6 1 1
#description: Description of the script
# processname: killfoo
# this script starts ...
3
votes
1answer
2k views
Fedora 18 - Start sshd on boot
I've just installed Fedora 18, and trying to configure sshd - I used chkconfig but this is only starting sshd when a user is logged in. How do I change so that sshd starts on system boot?
Thanks in ...
2
votes
1answer
144 views
rkhunter warns about chkconfig
I ran rkhunter and received the following warnings in its output:
$ rkhunter --update
$ rkhunter -c
...
...
...
Performing file properties checks
/sbin/chkconfig ...
0
votes
0answers
147 views
Problem with rc script and chkconfig [closed]
I am following the Linux Administration: a Beginner's Guide book and it had me write out two scripts, and after I set their permissions to 755 and moved them to where they needed to be I tried ...
3
votes
1answer
322 views
How do systemd and chkconfig interact with respect to services and runlevels?
I recently updated some of our machines to Fedora 17. I have noticed that there are some services that I can configure their runlevels using chkconfig, while others don't appear there at all, and can ...
3
votes
2answers
960 views
Chkconfig on Linux Mint 12 giving tons of errors
I'm trying to disable some services from starting at boot time on my Linux Mint 12 laptop.
So I installed chkconfig, which has worked great for me before on Fedora.
However, on Linux Mint 12, it gives ...
