]> git.llucax.com Git - software/sercom-old.git/blob - debian/sercom.default
Bugfix.
[software/sercom-old.git] / debian / sercom.default
1 # Defaults for sercom initscript
2 # sourced by /etc/init.d/sercom
3 # installed at /etc/default/sercom by the maintainer scripts
4
5 #
6 # This is a POSIX shell fragment
7 #
8
9 # Opciones para el fetch
10 FETCH_OPTS=""
11 # Prioridad del fetch
12 FETCH_NICE=5
13 # Usuario con el cual correr el fetch
14 FETCH_UID=sercom
15 # Grupo con el cual correr el fetch
16 FETCH_GID=sercom
17
18 # Opciones para el test
19 TEST_OPTS=""
20 # Prioridad del test
21 TEST_NICE=10
22
23 # Hasta que esto no esté en 1, el servidor no va a correr.
24 ENABLED=0