File: ample.default

package info (click to toggle)
ample 0.5.7-8
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 660 kB
  • sloc: ansic: 2,885; sh: 229; makefile: 201
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"