Open
Description
Maybe a stupid question, but how in easy way restart server ? The best option would be restart option from server itself...
Right now i have to run specific action in task scheduler in Synology ( script-server is running on Synology);
pkill -f "python3 ./launcher.py"
python3 ./launcher.py
I tried to add such script in script-server but its not working (which is obvious , if you kill launcher, it wont trigger to run next instance)
Is there any better trick, or im missing something?