Advertisement
ishkibbible

Untitled

Jan 24th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Medusa service configuration
  2.  
  3. #run Medusa as
  4. SR_USER=tom
  5. SR_HOME=/usr/share/medusa
  6. SR_DATA=/usr/share/medusa
  7. SR_PIDFILE=/usr/share/medusa/medusa.pid
  8.  
  9. #gui address, eg: \${protocol}://\${host}:\${port}/home/
  10. protocol=http
  11. host=192.168.1.86 #example host=mymachine
  12. port=8080 #example port=8081
  13.  
  14. #leave blank if no username/password is required to access the gui
  15. username=
  16. password=
  17.  
  18. #use nice, ionice, taskset to start Medusa
  19. #nicecmd="nice -n 19 ionice -c3"
  20. # example: nicecmd="nice -n 19 ionice -c3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement