diff options
Diffstat (limited to 'service-script-guide.md')
-rw-r--r-- | service-script-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service-script-guide.md b/service-script-guide.md index e5c61f8d..38b9c55d 100644 --- a/service-script-guide.md +++ b/service-script-guide.md @@ -350,7 +350,7 @@ pidfile="@piddir@/${RC_SVCNAME}.pid" ``` A decent example of this is the [Nagios core service -script](https://github.com/NagiosEnterprises/nagioscore/blob/master/openrc-init.in), +script](https://github.com/NagiosEnterprises/nagioscore/blob/HEAD/openrc-init.in), where the full path to the PID file is specified at build-time. ## Don't let the user control the PID file location |