Skip to content

Commit

Permalink
Don't use absolute path for radsniff binary
Browse files Browse the repository at this point in the history
The path can be set in the defaults file...
  • Loading branch information
arr2036 committed Jan 3, 2014
1 parent 583962f commit 635f380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/radsniff.init
Expand Up @@ -15,7 +15,7 @@

PROG=$(basename $0) # This allows multiple instances of radsniff
# to be used by symlinking the init script.
PROGRAM="/usr/bin/radsniff"
PROGRAM="radsniff"
PIDFILE="/var/run/$PROG.pid"
DESCR="radsniff daemon"

Expand Down

0 comments on commit 635f380

Please sign in to comment.