Sysupgrade currently kills processes with SIGKILL if they don't shut down within 3 seconds after the SIGTERM signal. Some processes (e.g. domoticz) can take longer than 3 seconds to properly shut down. As this can potentially corrupt the sqlite database, it should be avoided.
While talking about this on IRC, it was suggested we should implement an "init 1" equivalent in procd. Adding this ticket as a reminder.
The text was updated successfully, but these errors were encountered:
stintel:
Sysupgrade currently kills processes with SIGKILL if they don't shut down within 3 seconds after the SIGTERM signal. Some processes (e.g. domoticz) can take longer than 3 seconds to properly shut down. As this can potentially corrupt the sqlite database, it should be avoided.
While talking about this on IRC, it was suggested we should implement an "init 1" equivalent in procd. Adding this ticket as a reminder.
The text was updated successfully, but these errors were encountered: