diff --git a/plugins/chanbackup.c b/plugins/chanbackup.c index 606a96ab7cd0..e0d49d2d6497 100644 --- a/plugins/chanbackup.c +++ b/plugins/chanbackup.c @@ -410,7 +410,7 @@ static const struct plugin_command commands[] = { { int main(int argc, char *argv[]) { setup_locale(); - plugin_main(argv, init, PLUGIN_RESTARTABLE, true, NULL, + plugin_main(argv, init, PLUGIN_STATIC, true, NULL, commands, ARRAY_SIZE(commands), notifs, ARRAY_SIZE(notifs), NULL, 0, NULL, 0, /* Notification topics we publish */