"onestart" sous OpenBSD se fait de la manière suivante:
/etc/rc.d/foobar -f start
Comme indiqué dans man rc.d:
-f Setting this option will force operations with the given action.
If daemon_flags is set to ``NO'', execution will continue with
the script's own defaults unless other flags are specified.
[^] # Re: Conclusion
Posté par Antoine Jacoutot (site web personnel) . En réponse au journal De la façon dont un problème de boot est résolu sous FreeBSD. Évalué à 3.
"onestart" sous OpenBSD se fait de la manière suivante:
/etc/rc.d/foobar -f start
Comme indiqué dans man rc.d:
-f Setting this option will force operations with the given action.
If daemon_flags is set to ``NO'', execution will continue with
the script's own defaults unless other flags are specified.