add security notification worker to init

This commit is contained in:
Jimmy Zelinskie 2015-11-10 13:23:16 -05:00
parent da31714fb5
commit 270010105d
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -i -t securitynotificationworker

View file

@ -0,0 +1,8 @@
#! /bin/bash
echo 'Starting security scanner notification worker'
cd /
venv/bin/python -m workers.security_notification_worker 2>&1
echo 'Security scanner notification worker exited'