diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-05 17:26:57 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-05 17:26:57 -0500 |
commit | 21d30bc6d9caca31d007631717a480a552b89701 (patch) | |
tree | 600cf6d33da22979b0d304041db0372a98f47a3a /service-script-guide.md | |
parent | 2a1ff6e49c6603bb81eec3cafe2c587fa734289f (diff) |
service-script-guide.md: small cleanups
Diffstat (limited to 'service-script-guide.md')
-rw-r--r-- | service-script-guide.md | 4 |
1 files changed, 3 insertions, 1 deletions
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: |