This file documents recent notable changes to this project. The format of this file is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2024-10-07
- Add
syslog, ssh, ntp
control function.
- Limit the PATH of
roxy
program to/usr/local/aice/bin
- Apply rustfmt's option
group_imports=StdExternalCrate
.- Modify the code with the command
cargo fmt -- --config group_imports=StdExternalCrate
. This command must be applied automatically or manually before all future pull requests are submitted. - Add
--config group_imports=StdExternalCrate
to the CI process like:cargo fmt -- --check --config group_imports=StdExternalCrate
- Modify the code with the command
- Bump systemctl crate to 0.4.0 and modify the related code.
0.2.1 - 2023-09-06
- Add
process_list
function to return a list of processes.
0.2.0 - 2023-03-22
- Add
service start|stop|status
command.
uptime
returnsDuration
rather thanString
.
- Turned off the default features of chrono that might casue SEGFAULT. See RUSTSEC-2020-0071 for details.
0.1.0 - 2022-11-15
- Initial release.