Skip to content

Commit

Permalink
add syslog,ssh,ntp command
Browse files Browse the repository at this point in the history
  • Loading branch information
syncpark authored and syncpark committed Jan 23, 2024
1 parent 64e4bff commit a47800b
Show file tree
Hide file tree
Showing 10 changed files with 238 additions and 86 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ file is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Add `syslog, ssh, ntp` control function.

### Changed

- Limit the PATH of `roxy` program to `/usr/local/aice/bin`

## [0.2.1] - 2023-09-06

### Added
Expand Down
150 changes: 78 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ sysinfo = "0.29"
systemctl = "0.3"
thiserror = "1"
tokio = { version = "1", features = ["time"] }
uptime_lib = "0.2"
uptime_lib = "0.3"
1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc-valid-idents = [ "REview", "run_roxy" ]
Loading

0 comments on commit a47800b

Please sign in to comment.