[arpwatch] Problèmes de #!
This commit is contained in:
parent
8a79b10b9d
commit
d1ab00debc
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ PIDF=/var/run/$NAME.pid
|
||||||
BIN_PATH=/usr/scripts/surveillance/arpwatch
|
BIN_PATH=/usr/scripts/surveillance/arpwatch
|
||||||
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||||
ARGS=root@crans.org
|
ARGS=root@crans.org
|
||||||
BIN="/usr/bin/python $BIN_PATH/sendmail_server.py"
|
BIN="$BIN_PATH/sendmail_server.py"
|
||||||
DESCR="Script d'envoi de mails arpwatch"
|
DESCR="Script d'envoi de mails arpwatch"
|
||||||
|
|
||||||
. /lib/lsb/init-functions
|
. /lib/lsb/init-functions
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/bin/bash /usr/scripts/python.sh
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""Serveur sendmail d'arpwatch.
|
"""Serveur sendmail d'arpwatch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue