Cat Lee Ball
7c2e7e6df4
Add newline for want
...
The comment block for `want` seemed to be unintentionally part of the `use` block. Added a newline so `want` will have its own section.
2022-03-05 13:14:21 -05:00
LinkTed
6e214b2616
capabilities: Add support for Linux capabilities(7)
...
This adds capabilities for start-stop-daemon by adding --capabilities
option. As a result, the user can specify the inheritable, ambient and
bounding set by define capabilities in the service script.
This fixes #314 .
2021-12-23 17:29:10 -05:00
Mike Frysinger
301161a7a4
use HEAD in git URIs to point to the default branch
...
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
2021-12-20 20:07:00 -05:00
William Hubbs
21d30bc6d9
service-script-guide.md: small cleanups
2018-06-05 17:26:57 -05:00
William Hubbs
110582491f
service-script-guide.md cleanups
...
Refer to /var/run in the documentation instead of /run, and make it
clear at the top of the pidfile section that we use /run under Linux.
This is for #202 .
2018-01-24 17:43:08 -06:00
William Hubbs
fee2ffe559
Reformat and fix titles in documentation
2018-01-12 14:10:42 -06:00
William Hubbs
14e3359a9e
move developer documentation from guide.md to service-script-guide.md
2018-01-10 13:25:13 -06:00
William Hubbs
92cfa0e543
service-script-guide.md: formatting changes
...
Add a title, adjust the headings and update the example that referred to
"net.lo" to refer to "loopback".
2018-01-08 15:33:03 -06:00
Michael Orlitzky
c2bd33e483
service-script-guide.md: new guide for service script authors.
...
This fixes #162 .
2018-01-08 13:59:12 -06:00