LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Is there any default numbering system for creating symlinks inside /etc/rc3.d/ (https://www.linuxquestions.org/questions/fedora-35/is-there-any-default-numbering-system-for-creating-symlinks-inside-etc-rc3-d-4175449162/)

krssarath 02-08-2013 06:17 AM

Is there any default numbering system for creating symlinks inside /etc/rc3.d/
 
Hi Team,

I am very much confused about creating service for my jboss, I have multiple instance running and created service for next instance but while doing it for second instance I don't know what number to specify after S(S84 is specified for the first instance).

Is there any standard for choosing this number, please help.

Regards,
Sarath

unSpawn 02-08-2013 07:28 AM

Sequential numbering makes sense as services are started in that order when entering the runlevel.

krssarath 02-08-2013 07:54 AM

Thank you for that information but I am looking out for a range from which I can start giving for my custom scripts.

I want to know if some particular range is there for system services like 84 for jboss so that I can start numbering after that.

unSpawn 02-08-2013 08:02 AM

No forced order I know of. Determine dependencies like requiring networking, network shares, syslog etc, etc and just start numbering after that.

PTrenholme 02-09-2013 02:38 PM

Since you're running Fedora, shouldn't you be setting up your service using the standard systemd tools? I don't know about jboss, but almost all services have been already moved to systemd scripts.


All times are GMT -5. The time now is 02:26 PM.