[arpwatch] ajout d'arpwatch_sendmail_server

This commit is contained in:
Daniel STAN 2013-07-21 20:11:20 +02:00
parent 5bc39682d3
commit 2270093582
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# Global options for arpwatch(8). # Global options for arpwatch(8).
# Debian: don't report bogons, don't use PROMISC. # Debian: don't report bogons, don't use PROMISC.
ARGS="-N -p -s /usr/scripts/surveillance/arpwatch_sendmail" ARGS="-N -p -s /usr/scripts/surveillance/arpwatch/report.py"
# Debian: run as `arpwatch' user. Empty this to run as root. # Debian: run as `arpwatch' user. Empty this to run as root.
RUNAS="arpwatch" RUNAS="arpwatch"

View file

@ -111,6 +111,8 @@ if has('arpwatch'):
service(None, name='arpwatch-%s' % iface, service(None, name='arpwatch-%s' % iface,
init='arpwatch', init='arpwatch',
) )
service(name="arpwatch_sendmail", group=None)
service("bind", service("bind",
init="bind9", init="bind9",