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
Issue #335 brought to light how unclear the documentation is on how /etc/finit.d/{available,enabled} works.
/etc/finit.d/{available,enabled}
/etc/finit.d/*.conf
/etc/finit.conf
/etc/finit.d/available/*.conf
/etc/finit.d/enabled/*.conf
../available/foo.conf
The text was updated successfully, but these errors were encountered:
02a110e
troglobit
No branches or pull requests
Issue #335 brought to light how unclear the documentation is on how
/etc/finit.d/{available,enabled}
works./etc/finit.d/*.conf
:Purely for static services, similar to if
/etc/finit.conf
was just split over several files/etc/finit.d/available/*.conf
:Store of available service configuration files, similar to Apache httpd
/etc/finit.d/enabled/*.conf
:Symlinks back to
../available/foo.conf
to enable foo serviceThe text was updated successfully, but these errors were encountered: