mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-29 12:43:26 -05:00
cli 0.1.14 gen systemd file pointing to bin in .monitor
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1472,7 +1472,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "monitor_cli"
|
||||
version = "0.1.13"
|
||||
version = "0.1.14"
|
||||
dependencies = [
|
||||
"async_timing_util",
|
||||
"clap",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "monitor_cli"
|
||||
version = "0.1.13"
|
||||
version = "0.1.14"
|
||||
edition = "2021"
|
||||
authors = ["MoghTech"]
|
||||
description = "monitor cli | tools to setup monitor system"
|
||||
|
||||
@@ -603,7 +603,7 @@ fn periphery_unit_file(config_path: &str) -> String {
|
||||
Description=agent to connect with monitor core
|
||||
|
||||
[Service]
|
||||
ExecStart={home}/.cargo/bin/periphery --config-path {config_path} --home-dir {home}
|
||||
ExecStart={home}/.monitor/bin/periphery --config-path {config_path} --home-dir {home}
|
||||
TimeoutStartSec=0
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user