Re: howto: write a init script
- From: Dave Feustel <dfeustel@xxxxxxxxxxxxxx>
- Date: Thu, 31 Jul 2008 11:44:29 -0400
On Thu, Jul 31, 2008 at 10:55:09AM -0500, Aaron Konstam wrote:
On Thu, 2008-07-31 at 14:05 +0200, Christoph Höger wrote:
Hi,Do you mean a /etc/init.d script. It is pretty straightforward if you
is there some documentation out there about how to write a init script
for fedora9 for a given binary?
Maybe even a "insert your binary here"-tempate?
regards
christoph
look at one of then. Pick a short one. The thing that makes it special
is the
# chkconfig: 2345 55 25
type line at the beginning which controls the levels at which the script
is called and the order it is started and killed.
In this case it is started at level 2345 and 55 is the order of starting
and 25 the order of being killed.
--
Is there an init script for privoxy?
Thanks.
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: howto: write a init script
- From: Aaron Konstam
- Re: howto: write a init script
- References:
- Re: howto: write a init script
- From: Aaron Konstam
- Re: howto: write a init script
- Prev by Date: Re: Upgrading KDE onFedora 9 to KDE 4.1
- Next by Date: Re: Fedora 9, installed, but no desktop
- Previous by thread: Re: howto: write a init script
- Next by thread: Re: howto: write a init script
- Index(es):
Relevant Pages
|