On Tue, 2006-04-11 at 17:10 +0100, Anne Wilson wrote: > On Tuesday 11 April 2006 15:35, Ivan Evstegneev wrote: > > > > One more thing: "chkconfig swat on" enables loading this process at the > > start up? If no, how do I enable it? > > > chkconfig --list swat > > will return something like > > swat 0:off 1:off 2:on 3:on 4:off 5:on 6:off > > If you have 'on' for at least levels 3 and 5 you don't need anything else. If > everything shows 'off' just do > > chkdonfig --levels 345 swat > > and that should do the trick. > > Anne > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list What do these levels mean? Ivan.