diff options
author | Schylar Utley <schylarutley@hotmail.com> | 2017-03-22 11:37:52 -0500 |
---|---|---|
committer | Schylar Utley <schylarutley@hotmail.com> | 2017-03-22 11:37:52 -0500 |
commit | 7330a4955e5bac649b3a4d9da3007ff90f267cdf (patch) | |
tree | 4b66fed70ee10ca1fd620596e929da4b0c5ef6b0 /README.md | |
parent | e4f4b4bdf48c7a1cf604841a3a8999f4408efdbb (diff) |
Add Service Instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -898,6 +898,35 @@ hooks: channel: "#network-changes" ``` +# Extra + +## Ubuntu init setup + +The init script assumes that you have a used named 'oxidized' and that oxidized is in one of the following paths: + +``` +/sbin +/bin +/usr/sbin +/usr/bin +/usr/local/bin +``` + +Copy init script from extra/ folder to /etc/init.d/oxidized + +Setup /var/run/ + +``` +mkdir /var/run/oxidized +chown oxidized:oxidized /var/run/oxidized +``` + +To make oxidized start on boot + +``` +update-rc.d oxidized deafults +``` + Note the channel name must be in quotes. # Ruby API |