History log of /DragonReach/systemctl/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dfd3fd9802-Feb-2024 裕依2439 <68320855+yuyi2439@users.noreply.github.com>

使用musl进行编译 (#33)

* 把drstd换成musl

52a4123005-Nov-2023 GnoCiYeH <heyicong@dragonos.org>

update version (#28)

* 解决warning

* 几个简单的systemctl命令

* 添加systemctl查看系统服务状态

* fmt

* 版本控制

909e4d1005-Nov-2023 GnoCiYeH <heyicong@dragonos.org>

添加systemctl查看系统服务状态 (#27)

* 解决warning

* 几个简单的systemctl命令

* 添加systemctl查看系统服务状态


/DragonReach/.cargo/config.toml
/DragonReach/.github/workflows/cache-toolchain.yml
/DragonReach/.github/workflows/standard-check.yml
/DragonReach/.gitignore
/DragonReach/.vscode/settings.json
/DragonReach/Cargo.toml
/DragonReach/LICENSE
/DragonReach/Makefile
/DragonReach/README.md
/DragonReach/parse_test/shell.service
/DragonReach/parse_test/test.service
/DragonReach/parse_test/test1.service
/DragonReach/parse_test/test2.service
/DragonReach/rust-toolchain.toml
/DragonReach/src/contants.rs
/DragonReach/src/error/mod.rs
/DragonReach/src/error/parse_error/mod.rs
/DragonReach/src/error/runtime_error/mod.rs
/DragonReach/src/executor/dep_graph/mod.rs
/DragonReach/src/executor/mod.rs
/DragonReach/src/executor/service_executor/mod.rs
/DragonReach/src/main.rs
/DragonReach/src/manager/ctl_manager/mod.rs
/DragonReach/src/manager/mod.rs
/DragonReach/src/manager/timer_manager/mod.rs
/DragonReach/src/manager/unit_manager/mod.rs
/DragonReach/src/parse/graph/mod.rs
/DragonReach/src/parse/mod.rs
/DragonReach/src/parse/parse_service/mod.rs
/DragonReach/src/parse/parse_target/mod.rs
/DragonReach/src/parse/parse_util/mod.rs
/DragonReach/src/systemctl/ctl_parser/mod.rs
/DragonReach/src/systemctl/listener/mod.rs
/DragonReach/src/systemctl/mod.rs
/DragonReach/src/task/cmdtask/mod.rs
/DragonReach/src/task/mod.rs
/DragonReach/src/time/mod.rs
/DragonReach/src/time/timer/mod.rs
/DragonReach/src/time/watchdog/mod.rs
/DragonReach/src/unit/mod.rs
/DragonReach/src/unit/service/mod.rs
/DragonReach/src/unit/target/mod.rs
/DragonReach/src/unit/timer/mod.rs
.cargo/config.toml
.gitignore
Cargo.toml
Makefile
src/main.rs
/DragonReach/x86_64-unknown-dragonos.json