1serviceconf(8) System Manager's Manual serviceconf(8)
2
3
4
6 system-config-services - Service Configuration Utility
7
9 system-config-services
10
12 This is a graphical tool for enabling and disabling services (including
13 xinetd services). Functionality to start, stop, and restart services is
14 also included.
15
17 None
18
20 /usr/bin/system-config-services
21 /usr/share/serviceconf/*
22
24 To run this program simply type:
25
26 system-config-services
27
29 This utility currently execs chkconfig --add/--del <servicename> when
30 enabling and disabling services. This means that it does not have the
31 same default behaviour as ntsysv.
32
33
35 chkconfig(8) ntsysv(8)
36
37
39 - Some services will not start or stop properly if started anywhere but
40 the console (system-config-services will appear to hang in these
41 instances). This is not a bug in system-config-services, but in the
42 individual services.
43
44 - Some services are incredibly hard to detect if they are running or
45 not. Starting, stopping and restarting initscripts may give mixed
46 results (ie. may fail if you are stopping a service that's already
47 stopped, etc). This will be fixed; until then it's a bug.
48
49
51 Tim Powers <timp@redhat.com>
52 Bill Nottingham <notting@redhat.com>
53 Dan Walsh <dwalsh@redhat.com>
54
55
56
57 Wed May 16 2001 serviceconf(8)