Skip to content

Commit

Permalink
Merge pull request #115 from waaghals/patch-1
Browse files Browse the repository at this point in the history
Should´ve used sudo su
  • Loading branch information
Caleb James DeLisle committed Aug 19, 2012
2 parents 23833b8 + 1c01cfd commit d3274c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -253,7 +253,8 @@ If you want to have your logs written to a file:


If you want to be able to close your terminal and you don't use screen: If you want to be able to close your terminal and you don't use screen:


sudo ./cjdroute < cjdroute.conf > /dev/null & sudo su
./cjdroute < cjdroute.conf > /dev/null &


NOTE: when you use `&`, remember that you will have cjdroute processes running in the background NOTE: when you use `&`, remember that you will have cjdroute processes running in the background
if you are having problems use `killall cjdroute` to return to sanity. Use `pgrep cjdroute` or `top` to see if it running. if you are having problems use `killall cjdroute` to return to sanity. Use `pgrep cjdroute` or `top` to see if it running.
Expand Down

0 comments on commit d3274c4

Please sign in to comment.