Changes between Version 1 and Version 2 of Ticket #16719, comment 3
- Timestamp:
- Jan 5, 2021, 8:18:26 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16719, comment 3
v1 v2 2 2 3 3 Process is actually killed. `launch_daemon` creates new process. Restart should be done in tools like [https://github.com/X547/HaikuUtils/tree/master/Services Services]. Each software has its own domain of responsibility. 4 5 Also process restarting is emergency behavior that it intended to recover crashed service. It is not regular way to restart service and can cause data loss.