File: default

package info (click to toggle)
arpalert 2.0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,412 kB
  • ctags: 517
  • sloc: ansic: 4,372; sh: 500; makefile: 147; perl: 35
file content (16 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Global options for arpalert(8).

# Set to '0' to disable startup (daemon mode)
STARTUP=1

# Config file
CONF=/etc/arpalert/arpalert.conf

# Arguments passed on start (-d implied)
ARGS=""

# Debian: run as `arpalert' user.  Empty this to run as root.
RUNAS="arpalert"

# Default lease file is "/var/lib/arpalert/arpalert.leases"
DATAFILE=""