From 21d30bc6d9caca31d007631717a480a552b89701 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 5 Jun 2018 17:26:57 -0500 Subject: service-script-guide.md: small cleanups --- service-script-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'service-script-guide.md') diff --git a/service-script-guide.md b/service-script-guide.md index 2ae97029..e5c61f8d 100644 --- a/service-script-guide.md +++ b/service-script-guide.md @@ -29,7 +29,9 @@ Not using this interpreter will break the use of dependencies and is not supported. (iow: if you insist on using `#!/bin/sh` you're on your own) A `depend` function declares the dependencies of this service script. -All scripts must have start/stop/status functions, but defaults are provided and should be used unless you have a very strong reason not to use them. +All scripts must have start/stop/status functions, but defaults are +provided and should be used unless you have a very strong reason not to +use them. Extra functions can be added easily: -- cgit v1.2.3