File: ample.default

package info (click to toggle)
ample 0.5.7-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 536 kB
  • ctags: 245
  • sloc: ansic: 2,821; sh: 261; makefile: 243
file content (13 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Defaults for ample initscript
# sourced by /etc/init.d/ample

# Ample should start by default
STARTAMPLE="no"

# ample could run as any UID
# by default nobody:nogroup is choose 
# please remember to change the permission 
# of /var/run/ample if you wish to change this
DEFUSER="nobody"
DEFGROUP="nogroup"