We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For ease of use, it would be neat to be able to, e.g.:
initctl add inetd echo
To start an echo server.
From TODO:
Solaris SMF (Service Management Facility) has some interesting features that may be well worth looking into adopting:
svcs enable -rt svc:/network/ssh:default
That is: (r)esolve dependencies and only enable ssh (t)emporary iin the default runlevel when networking is available.
initctl add /sbin/service -n -- Service description, for details /proc/bus/usb is disabled on newer kernel #69 (comment)
initctl add /sbin/service -n -- Service description
The text was updated successfully, but these errors were encountered:
Inetd support removed due to #101, this issue is therefore closed.
Sorry, something went wrong.
No branches or pull requests
For ease of use, it would be neat to be able to, e.g.:
To start an echo server.
From TODO:
Solaris SMF (Service Management Facility) has some interesting features that may be well worth looking into adopting:
That is: (r)esolve dependencies and only enable ssh (t)emporary iin the default runlevel when networking is available.
initctl add /sbin/service -n -- Service description
, for details /proc/bus/usb is disabled on newer kernel #69 (comment)The text was updated successfully, but these errors were encountered: