Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 27868b9

Browse files
committed
Document chkconfig usage
1 parent e845af8 commit 27868b9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ platform for automatic card initialization.
1111

1212
Copy sysmgr.conf.example, packaged in /usr/share/doc/sysmgr-*/ and
1313
/etc/sysmgr/sysmgr.conf.example, to a location of your choice and edit it to
14-
match your configuration. You may then run:
14+
match your configuration. You may then run it with:
15+
# /etc/init.d/sysmgr start
16+
17+
If you wish to have the system manager run automatically at startup, you may
18+
enable it using chkconfig:
19+
# chkconfig --add sysmgr
20+
# chkconfig sysmgr on
21+
22+
It is also possible to run sysmgr from the command line as:
1523
$ sysmgr sysmgr.conf
1624

1725
If you run 'sysmgr' without an argument it will search for

0 commit comments

Comments
 (0)