From 9a372812c78ea8efc55b3dea6a39c2d0559bca45 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 19 May 2016 13:36:43 -0500 Subject: [PATCH] guide.md: typo fix This fixes #86. --- guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.md b/guide.md index c8c51d72..a3195b08 100644 --- a/guide.md +++ b/guide.md @@ -173,7 +173,7 @@ start() stop() status() -There are default implementations in rc/sh/runscript.sh - this allows very +There are default implementations in rc/sh/openrc-run.sh - this allows very compact service scripts. These functions can be overridden per service script as needed.