helpinfos: Advertise the HTTPS URL for help.
[ircbot] / startup.sh
index 392f6c8..3d31025 100755 (executable)
@@ -2,6 +2,6 @@
 set -e
 
 screen -d -m -S bots
-screen -X -S bots multiuser on
-screen -X -S bots acladd mdw,root
-screen -X -S bots screen -t blight ./blight-startup.tcl distorted
+screen -X -S bots \
+  screen -t blight \
+  sh -c 'sudo -u ircbot ./blight-startup.tcl distorted; sleep 60'