LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux equivalent of Windows Service Control Manager (https://www.linuxquestions.org/questions/linux-newbie-8/linux-equivalent-of-windows-service-control-manager-907323/)

technb 10-10-2011 12:15 AM

Linux equivalent of Windows Service Control Manager
 
Is there a Linux equivalent of Windows Service Control Manager GUI?

I know about the commands /sbin/service and /etc/init.d/*. But is there a GUI app that manages service like SCM in Windows? Or at least an API that I can program a GUI for?

Running RedHat if that makes any difference.

dive 10-10-2011 12:21 AM

Red Hat uses chkconfig

technb 10-10-2011 12:47 AM

Yes, I know about the console commands like chkconfig or /sbin/service. But I'm looking for a GUI application that let me enable/disable service via dialog, not the console commands themselves.

chrism01 10-10-2011 12:50 AM

Why not just install the GUI? That sort of thing is in the menus.
Alternately, use 'ntsysv' which doesn't require X-Win http://www.linuxtopia.org/online_boo...es-ntsysv.html

technb 10-10-2011 01:12 AM

But that's exactly my question? What is "the GUI"?

themande 10-10-2011 12:49 PM

Enter below command to start GUI tool

Code:

system-config-services
You should system-config-services package installed to use this graphical tool.


All times are GMT -5. The time now is 01:39 PM.