services: Selectively enable stateful restart.

Change-Id: Ibf6afa3041013ca714e28b673abb1329cd72d2d5
This commit is contained in:
Cristiano Giuffrida
2014-12-20 11:45:05 +01:00
committed by David van Moolenbroek
parent dc76d7e9da
commit 3f82ac6a4e
46 changed files with 53 additions and 169 deletions

View File

@@ -638,9 +638,6 @@ static void sef_local_startup(void)
{
/* Register init callbacks. */
sef_setcb_init_fresh(sef_cb_init_fresh);
sef_setcb_init_restart(sef_cb_init_fail);
/* No live update support for now. */
/* Register signal callbacks. */
sef_setcb_signal_handler(sef_cb_signal_handler);