summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchylar Utley <schylarutley@hotmail.com>2017-03-22 11:43:50 -0500
committerSchylar Utley <schylarutley@hotmail.com>2017-03-22 11:43:50 -0500
commit4aeb996ef62bbc29ef707e7c5792894af86b6504 (patch)
tree520a34b65e9ef88abeaa4eb8bf049cc808ea075b
parent581f3dc8c170f218abe2e8e00835910fe271485d (diff)
Clarify init setup
-rw-r--r--README.md9
1 files 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