From 6f0a6fcdb97c4a945e1491828d9d8314884f08ef Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 27 Oct 2015 20:26:44 +0000 Subject: - appease gcc, which still doesn't understand data flow across gotos, in s6rc_lock - document proper service stubbing for OpenRC --- doc/faq.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/faq.html') diff --git a/doc/faq.html b/doc/faq.html index 9abf75b..b54b79a 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -190,8 +190,12 @@ create a service definition directory named foo:
  • foo/type contains oneshot
  • foo/dependencies contains the list of dependencies for foo
  • -
  • foo/up contains /etc/init.d/foo start
  • -
  • foo/down contains /etc/init.d/foo stop
  • +
  • foo/up contains /etc/init.d/foo start +if you're using sysv-rc, or rc-service start foo -D -q if you're +using OpenRC
  • +
  • foo/down contains /etc/init.d/foo stop +if you're using sysv-rc, or rc-service stop foo -D -q if you're +using OpenRC
  • -- cgit v1.2.3