[ui] Add auto-mount on first launch functionality #52
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -287,6 +287,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
|
|||||||
cfg.stderr_log = "/tmp/repertory_ui.err";
|
cfg.stderr_log = "/tmp/repertory_ui.err";
|
||||||
cfg.stdout_log = "/tmp/repertory_ui.out";
|
cfg.stdout_log = "/tmp/repertory_ui.out";
|
||||||
cfg.working_dir = utils::path::absolute(".");
|
cfg.working_dir = utils::path::absolute(".");
|
||||||
|
|
||||||
if (utils::generate_launchd_plist(cfg, false)) {
|
if (utils::generate_launchd_plist(cfg, false)) {
|
||||||
utils::error::handle_info(function_name,
|
utils::error::handle_info(function_name,
|
||||||
"created auto-start entry|name|repertory");
|
"created auto-start entry|name|repertory");
|
||||||
|
|||||||
Reference in New Issue
Block a user