mikelynn2 / blacklistmonitor

Web based application for monitoring Domains and IPs on RBLs
MIT License
85 stars 42 forks source link

Debian 8 and Service Upstart #20

Closed symphonicdist closed 9 years ago

symphonicdist commented 9 years ago

Copied the upstart but the commands

start blacklistmonitor
stop blacklistmonitor
restart blacklistmonitor

do not work. I get error

root@blacklistmonitor:/var/www/html# start blacklistmonitor
bash: start: command not found
root@blacklistmonitor:/var/www/html# stop blacklistmonitor
bash: stop: command not found
root@blacklistmonitor:/var/www/html# restart blacklistmonitor
bash: restart: command not found
root@blacklistmonitor:/var/www/html#
asimzeeshan commented 9 years ago

I cannot get this running, What I used is install screen and then ran the following there

/usr/bin/php /var/www/html/blacklistmonitor/service/blacklistmonitor.php >>/var/log/blacklistmonitor.log 2>&1

Its working for now

mikelynn2 commented 9 years ago

thanks - i've actually never tried to run it on debian

tuhaolam commented 6 years ago

@symphonicdist Hi, can you tell me how to deploy upstart on Debian8 to replace systemd or sysvinit? When I run "apt-get install upstart" but reboot failed