# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Config file for mylar init script # Version of Python ("2.6", "2.7" or "2"; default should work for almost everyone) PYTHON_BIN="python2" # Location of config file. # Make sure the user specified below can read and write to this file. CONFIG_FILE="/etc/mylar/mylar.ini" # Which port to run maraschino. # This has priority over the port configured in the webinterface. PORT="8090" # Which user to run mylar USER="mylar" # Which group to run mylar GROUP="mylar" # Use WebUpdater [YES/NO] # The correct way to update a package installed with emerge is simply to reemerge # the package. If you wish to use the built in webupdater you will need to pull # the git source to a seperate dir and change code_dir to reflect changes # ie. # git clone https://github.com/rembo10/mylar /opt/mylar # set below to CODE_DIR=/opt/mylar WEBUPDATER="NO" # Where Python code is installed CODE_DIR="/usr/share/mylar"