diff --git a/etc/conf/rc_local.sh b/etc/conf/rc_local.sh deleted file mode 100644 index 5dae2ac7..00000000 --- a/etc/conf/rc_local.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# vi /etc/rc.local -# source /home/shy/contexts/etc/conf/rc_local.sh -# source /home/shy/contexts/usr/local/work/20230511-nginx-story/etc/conf/rc_local.sh - -CTX_ROOT=${CTX_ROOT:=/home/shy/contexts} -su - shy -c "cd $CTX_ROOT && ./bin/ice.bin forever start &"