mirror of
https://github.com/lazylibrarian/LazyLibrarian.git
synced 2026-04-19 22:46:55 -04:00
So branching to new branch, and will merge my changes from itsmeg ontop will merge branch back to head once everyone happy its stable.
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# This file is sourced by /etc/init.d/lazylibrarian
|
|
#
|
|
# When lazylibrarian is started using the init script
|
|
# is started under the account of $USER, as set below.
|
|
#
|
|
# Each setting is marked either "required" or "optional";
|
|
# leaving any required setting unconfigured will cause
|
|
# the service to not start.
|
|
|
|
# [required] set path where lazylibrarian is installed:
|
|
APP_PATH=/opt/lazylibrarian
|
|
|
|
# [optional] change to 1 to enable daemon
|
|
ENABLE_DAEMON=0
|
|
|
|
# [required] user or uid of account to run the program as:
|
|
RUN_AS=
|
|
|
|
# [optional] change to 1 to enable updating from webinterface
|
|
# this changes ownership of /opt/lazylibrarian to user set @ RUN_AS
|
|
WEB_UPDATE=0
|
|
|
|
# [optional] full path to the configuration file of your choice;
|
|
# otherwise, the default location (~/.lazylibrarian) is used:
|
|
CONFIG=
|
|
|
|
# [optional] full path to the folder to store data (databases/thumbs) in;
|
|
# otherwise, the default location (~/.lazylibrarian) is used:
|
|
DATADIR=
|
|
|
|
# [optional] Force port number to listen on, otherwise the one set in config.ini is used:
|
|
PORT=
|
|
|
|
# [optional] full path for the pidfile
|
|
# otherwise, the default location /var/run/lazylibrarian/lazylibrarian.pid is used:
|
|
PID_FILE=
|