-
Notifications
You must be signed in to change notification settings - Fork 176
/
ubuntu.default
36 lines (28 loc) · 1.15 KB
/
ubuntu.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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=