1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-27 09:38:28 +08:00
ContextOS/etc/conf/rc_local.sh
shylinux@163.com f066451adb opt some
2022-08-27 21:55:07 +08:00

8 lines
298 B
Bash

context=${context:=/home/shy/contexts}
cd $context/usr/local/daemon/10000 && ./sbin/nginx -p $PWD
su - shy -c "cd $context/ && ./bin/ice.bin forever start &"
su - shy -c "cd $context/usr/local/work/20220815-repos-server/ && ./bin/ice.bin forever start dev shy port 9030 nodename repos-server &"