Tagged Questions
2
votes
4answers
43 views
How to set proper monitoring of my services in a automated way? So that if one crash it auto on the fly restarts?
How can i setup monitoring to my system services?
Either using automated script which scan every moment, if httpd, mysqld, and my custom daemon is running or not, if not running it will automatically ...
1
vote
1answer
116 views
Problem starting a service running Debian
I want to run a UPNP renderer as a service on a Raspberry Pi using Raspian, a Debian based distro.
Actually, everything runs fine but one thing : I can't manage to start the service at boot time at ...
3
votes
1answer
240 views
How to manage fedora services and daemons using the GUI?
I am using Fedora 17, I need a GUI program to start/stop and enable/disable services and daemons.
I have installed "system-config-services" but it did not have enable/disable feature(run it with ...
2
votes
1answer
1k views
Using nohup at /etc/init.d/service
I have been trying to create a daemon using /etc/init.d/myservice and it will call a shell script that contains nohup within the script line.
Will it affect it if I could do service stop later?
3
votes
1answer
2k views
rpc.statd running on system not using NFS
I have a Debian machine that gets warnings (via the Tiger automatic auditor) that rcp.statd is listening on such-and-such socket. Googling shows rpc.statd is a daemon used by NFS. As far as I know, ...