Skip to content
Snippets Groups Projects
Commit 10c75588 authored by Vijver, van de, Bob (UT-GUEST)'s avatar Vijver, van de, Bob (UT-GUEST)
Browse files

Remove no longer used run.sh script

parent c12cf6b4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#make-run.sh
#make sure a process is always running.
if ps ax | grep '[i]rkerd' > /dev/null; then
exit
else
sudo -u nobody /var/www/irker/irkerd -H 0.0.0.0 -n iDBirker &
fi
exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment