diff --git a/src/etc/inc/plugins.inc.d/login.inc b/src/etc/inc/plugins.inc.d/login.inc new file mode 100644 index 000000000..c8b080b25 --- /dev/null +++ b/src/etc/inc/plugins.inc.d/login.inc @@ -0,0 +1,44 @@ + gettext('login (sync users and groups)'), + 'php' => array( + "restart" => array('system_login_configure') + ), + 'nocheck' => true, + 'name' => 'login', + ); + + return $services; +}