You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this title should be self-explanatory, I'm curious if it'd be viable to create support for custom actions for the different signals that can be sent to a process (like SIGHUP, SIGINT, SIGKILL, SIGQUIT) and possibly also making it scriptable. As a good stepping stone, it could be a good idea to first "hardcode" it as an option to the server executable (which would probably execute a command in the console) and later on create the necessary Lua scripting APIs to change it during runtime and handle it appropriately.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think this title should be self-explanatory, I'm curious if it'd be viable to create support for custom actions for the different signals that can be sent to a process (like SIGHUP, SIGINT, SIGKILL, SIGQUIT) and possibly also making it scriptable. As a good stepping stone, it could be a good idea to first "hardcode" it as an option to the server executable (which would probably execute a command in the console) and later on create the necessary Lua scripting APIs to change it during runtime and handle it appropriately.
Beta Was this translation helpful? Give feedback.
All reactions