summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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