diff options
author | Saku Ytti <saku@ytti.fi> | 2014-04-16 10:44:23 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-04-16 10:44:23 +0300 |
commit | 20d94046e00c659d0a56596191bd56f6b6a537a9 (patch) | |
tree | 0d64cc25bc9fc7f3a25bb170f71fde641822be84 /README.md | |
parent | 1bed2df4d00f11737b14c6082529d1c6e091bb29 (diff) |
Don't daemonize by default0.0.54
It's useful to run interactively during startup, to get the helpful
messages about missing stuff.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ * early days, but try: 1. apt-get install libsqlite3-dev libssl-dev 2. gem install oxidized oxidized-web - 3. oxidized -d + 3. oxidized 4. vi ~/.config/oxidized/config 5. (maybe point to your rancid/router.db or copy it there) - 6. oxidized -d + 6. oxidized # API ## Input |