/default/pms-linux

http://github.com/brinkman83/bashrc · #! · 25 lines · 19 code · 6 blank · 0 comment · 0 complexity · f9207c1eca9ef9ca69249151b8e94074 MD5 · raw file

  1. # Defaults for pms-linux initscript
  2. # sourced by /etc/init.d/pms-linux
  3. # installed at /etc/default/pms-linux by the maintainer scripts
  4. #
  5. # This is a POSIX shell fragment
  6. #
  7. # Additional options that are passed to the Daemon.
  8. DAEMON_OPTS=""
  9. # If we want to start the init.d script or not !
  10. # 1 -> The init.d script will be executed
  11. # if value different of 1 , then no execution
  12. PMS_START="1"
  13. # General configuration file of pms-linux
  14. # I noticed that using /usr/share/pms-linux/PMS.conf avoid to get twice
  15. # or more the directories to share from the media (PS3, Xbox ...)
  16. # Btw, using /etc/PMS.conf will work but you may get the dirs shown twice or more :(
  17. # ANYWAY, /usr/share/pms-linux/PMS.conf is a symlink to /etc/PMS.conf, so don't worry
  18. #CONF_FILE="/etc/PMS.conf"
  19. CONF_FILE="/usr/share/pms-linux/PMS.conf"