forked from x/ContextOS
8 lines
265 B
Bash
8 lines
265 B
Bash
#!/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 &"
|