first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

26
install/startfiles/base Normal file
View File

@ -0,0 +1,26 @@
#!/bin/sh
export CID=$(basename $(cat /proc/1/cpuset))
service ssh start
sh /var/tools/getsystemctl.sh
#DISCORD-LINUX AUTOINSTALLER
#DONOTREMOVE
#webmin
#osjs
#wp
#ENDDONOTREMOVE
#ADD ANY SERVICES YOU NEED TO BOOT ON START UP BELOW
#DO NOT ADD ANY LINES BELOW THE TAIL -F /DEV/NULL
#DOING SO WILL BREAK YOUR CONTAINER.
#CUSTOM SERVICES START
#CUSTOM SERVICES END
#DONOTREMOVEEVER
tail -f /dev/null
#DONOTPUTANYTHINGBELOWTHISLINEEVER