This repository has been archived on 2023-04-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CloudBot/restartcloudbot.sh
2015-02-18 23:01:52 +01:00

9 lines
96 B
Bash
Executable file

#!/bin/sh
cd $(dirname $0)
while /bin/true;
do
sudo -u cloudbot ./cloudbot.py
sleep 10
done