mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
clear leftover pid files
This commit is contained in:
@@ -120,6 +120,9 @@ cd /backend || { error_log "/backend directory doesn't seem to exist"; }
|
||||
|
||||
info_log "Starting up, please wait..."
|
||||
|
||||
# clear any leftover PID files
|
||||
rm /tmp/*.pid -f
|
||||
|
||||
# function definition done, lets start our main loop
|
||||
while true; do
|
||||
# check for died processes every 5 seconds
|
||||
|
||||
Reference in New Issue
Block a user