jessebuffington / 7DaysManager

A server manager for 7 Days to Die
Other
4 stars 0 forks source link

Create daemon script to form php process #8

Closed jessebuffington closed 5 years ago

jessebuffington commented 5 years ago

Currently all php scripts are running in multiple screen sessions. This needs to be able to fork off to its own process!!

jessebuffington commented 5 years ago

Daemon script has been created -- Need to add logic to start/stop based on current run state.

jessebuffington commented 5 years ago

Updated 7daysManager.php to be able to start/stop/restart/monitor app processes. More functionality to come but closing this issue out since the enhancement is done.