Export functions necessary for external launchers to work.
This commit is contained in:
parent
0df1cf8167
commit
95e8eb8859
@ -31,7 +31,7 @@
|
||||
-license("GPL-3.0").
|
||||
|
||||
|
||||
-export([do/0]).
|
||||
-export([do/0, run/2, not_done/1, done/1]).
|
||||
-export([subscribe/1, unsubscribe/0]).
|
||||
-export([list/0, list/1, list/2, list/3, latest/1]).
|
||||
-export([start/2, stop/1, stop/0, silent_stop/0]).
|
||||
@ -850,7 +850,7 @@ execute(Type, PackageID, Meta, Dir, RunArgs) ->
|
||||
ok = zx_daemon:pass_meta(Meta, Dir, RunArgs),
|
||||
AppTag = list_to_atom(Name),
|
||||
ok = ensure_all_started(AppTag, permanent),
|
||||
tell("Launcher complete.").
|
||||
log(info, "Launcher complete.").
|
||||
|
||||
|
||||
-spec ensure_all_started(AppMod, Type) -> ok
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user