/default/pms-linux
http://github.com/brinkman83/bashrc · #! · 25 lines · 19 code · 6 blank · 0 comment · 0 complexity · f9207c1eca9ef9ca69249151b8e94074 MD5 · raw file
- # Defaults for pms-linux initscript
- # sourced by /etc/init.d/pms-linux
- # installed at /etc/default/pms-linux by the maintainer scripts
- #
- # This is a POSIX shell fragment
- #
- # Additional options that are passed to the Daemon.
- DAEMON_OPTS=""
- # If we want to start the init.d script or not !
- # 1 -> The init.d script will be executed
- # if value different of 1 , then no execution
- PMS_START="1"
- # General configuration file of pms-linux
- # I noticed that using /usr/share/pms-linux/PMS.conf avoid to get twice
- # or more the directories to share from the media (PS3, Xbox ...)
- # Btw, using /etc/PMS.conf will work but you may get the dirs shown twice or more :(
- # ANYWAY, /usr/share/pms-linux/PMS.conf is a symlink to /etc/PMS.conf, so don't worry
- #CONF_FILE="/etc/PMS.conf"
- CONF_FILE="/usr/share/pms-linux/PMS.conf"