From 4aeb996ef62bbc29ef707e7c5792894af86b6504 Mon Sep 17 00:00:00 2001 From: Schylar Utley Date: Wed, 22 Mar 2017 11:43:50 -0500 Subject: Clarify init setup --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e599796..5dcd7e0 100644 --- a/README.md +++ b/README.md @@ -900,7 +900,7 @@ hooks: # Extra -## Ubuntu init setup +## Ubuntu SystemV init setup The init script assumes that you have a used named 'oxidized' and that oxidized is in one of the following paths: @@ -912,16 +912,15 @@ The init script assumes that you have a used named 'oxidized' and that oxidized /usr/local/bin ``` -Copy init script from extra/ folder to /etc/init.d/oxidized - -Setup /var/run/ +1.)Copy init script from extra/ folder to /etc/init.d/oxidized +2.)Setup /var/run/ ``` mkdir /var/run/oxidized chown oxidized:oxidized /var/run/oxidized ``` -To make oxidized start on boot +3.)Make oxidized start on boot ``` update-rc.d oxidized deafults -- cgit v1.2.3