Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
minor change to conf file location for supervisord/alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbryner committed Jan 15, 2015
1 parent 6da2875 commit 91055b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initscripts/mozdefalerts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

RETVAL=0
source /home/mozdef/envs/mozdef/bin/activate
DAEMON_OPTS="-c /home/mozdef/envs/mozdef/initscripts/supervisord.alerts.conf $DAEMON_OPTS"
DAEMON_OPTS="-c /home/mozdef/envs/mozdef/alerts/supervisord.alerts.conf $DAEMON_OPTS"

start() {
echo -n $"Starting supervisord: "
Expand Down

0 comments on commit 91055b3

Please sign in to comment.