Commit Graph

5 Commits

Author SHA1 Message Date
Jordan Dominion a6c85366ae Add Windows service commands 128, 129, and 130
- 128 triggers a server shutdown.
- 129 and 130 are identical to SIGUSR1 and SIGUSR2 respectively, triggering a graceful shutdown and detaching shutdown respectively.
- These are implemented via pipes and are preferred to using the update path going forward. Should eventually replace the param entirely at the next possibility.
- New service params to detach and restart any running server as opposed to stopping entirely.
- Defer all service control to Service executable from Configure app.
- Console runner returns non-zero on error.
- Fix setting ACL of appsettings.Production.yml.
2023-06-25 21:00:26 -04:00
Cyberboss c6a46c21fe Remove an unused using 2018-09-28 09:57:00 -04:00
Cyberboss 1af9644d73 More user stuff, other fixes 2018-07-20 16:43:48 -04:00
Cyberboss c9e71a2520 Use ExcludeFromCodeCoverage to get rid of some stupidness 2018-04-06 22:39:40 -04:00
Cyberboss 5c7ee1f2d6 Watchdog tests 2018-04-06 14:06:31 -04:00