2023-10-05 23:51:45 -04:00
|
|
|
# ==============================================================================
|
|
|
|
|
# Auth: Alex Celani
|
|
|
|
|
# File: server-run.sh
|
|
|
|
|
# Revn: 10-05-2023 1.0
|
|
|
|
|
# Func: keep ekho server running at all times
|
|
|
|
|
#
|
|
|
|
|
# TODO: fucking figure this shit out, chief
|
|
|
|
|
# ==============================================================================
|
|
|
|
|
# CHANGE LOG
|
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
|
# 10-05-2023: thought
|
|
|
|
|
#
|
|
|
|
|
# ==============================================================================
|
|
|
|
|
|
|
|
|
|
# if I do this
|
2023-10-17 15:11:09 -04:00
|
|
|
#~/bin/ekho-server &
|
2023-10-05 23:51:45 -04:00
|
|
|
# I have no way I of restarting the process when it ends
|
|
|
|
|
# might need to look into using Signals to restart, may PID?
|
|
|
|
|
|
|
|
|
|
# Other option is
|
|
|
|
|
# for # pseudo code, syntax isn't legit
|
|
|
|
|
# ~/bin/ekho-server
|
|
|
|
|
# ./server-run.sh
|
|
|
|
|
# self referential
|
|
|
|
|
# problem being, doing this will tie up the user, must be done on
|
|
|
|
|
# login by a kaz-like auto-login user that doesn't do anything other
|
|
|
|
|
# than run some helpful processes
|
|
|
|
|
|
|
|
|
|
echo "lmfao dude"
|