luci: Restart service on press Save&Apply

This commit is contained in:
remittor
2026-01-27 13:55:35 +03:00
parent 83bf86b2f8
commit 3ab854aedf
4 changed files with 162 additions and 78 deletions

View File

@@ -48,5 +48,7 @@ return baseclass.extend({
dst_obj.packager.path = '/bin/opkg';
dst_obj.packager.args = [ 'list-installed', '*'+this.appName+'*' ];
}
dst_obj.skey_pkg_dict = this.appName + '-pkg-dict';
dst_obj.skey_deffered_action = this.appName + '-deffered-action';
}
});