Merge pull request #2929 from tano-systems/pr/luci-base-i18n-ru
[oweals/luci.git] / modules / luci-base / luasrc / sys.lua
index cd186c94d2bae1a8702108cea914701fe443297e..d0df275724df991420703c9077800df7c2b02c77 100644 (file)
@@ -659,3 +659,11 @@ end
 function init.stop(name)
        return (init_action("stop", name) == 0)
 end
+
+function init.restart(name)
+       return (init_action("restart", name) == 0)
+end
+
+function init.reload(name)
+       return (init_action("reload", name) == 0)
+end