aboutsummaryrefslogtreecommitdiff
path: root/guide.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-10-02 18:09:03 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-10-02 18:09:09 -0500
commit3c05db74f6e733890e9035c183a774db3d512512 (patch)
treeea79fb76103a5e2dc062ed48ce3e2f7d89f913af /guide.md
parentedc54b03770d5f58d1a4969d06c28660003dfb04 (diff)
remove service binary
The service binary was just a synonym for rc-service, so use rc-service instead of service. If you want a "service" binary, it should be something that can determine which service manager you are running and run the appropriate service manager commands.
Diffstat (limited to 'guide.md')
-rw-r--r--guide.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/guide.md b/guide.md
index e7e8f4b4..f8c23194 100644
--- a/guide.md
+++ b/guide.md
@@ -53,9 +53,6 @@ Calling `openrc` without any arguments will try to reset all services so
that the current runlevel is satisfied; if you manually started apache it will be
stopped, and if squid died but is in the current runlevel it'll be restarted.
-There is a `service` helper that emulates the syntax seen on e.g. older Redhat
-and Ubuntu (`service nginx start` etc.)
-
# Runlevels
OpenRC has a concept of runlevels, similar to what sysvinit historically