updates :)
This commit is contained in:
parent
494ff28cc4
commit
758db52158
2 changed files with 10 additions and 4 deletions
6
start.sh
6
start.sh
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
su -s /bin/bash - nobody -c "$(dirname $0)/irc-bot"
|
||||
while true
|
||||
do
|
||||
su -s /bin/bash - nobody -c "$(dirname $0)/irc-bot"
|
||||
sleep 10
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue