Horust icon indicating copy to clipboard operation
Horust copied to clipboard

Horust is a supervisor / init system written in rust and designed to run inside containers.

Results 42 Horust issues
Sort by recently updated
recently updated
newest added

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata v1.0.140 Invert serde_derive cfgs to...

dependencies

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.32. Release notes Sourced from thiserror's releases. 1.0.32 Add keywords to crates.io metadata 1.0.31 Improve diagnostic when there is an enum variant containing #[from] #[backtrace]...

dependencies

Bumps [crossbeam](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.2. Release notes Sourced from crossbeam's releases. crossbeam-utils 0.8.2 Deprecate AtomicCell::compare_and_swap. Use AtomicCell::compare_exchange instead. (#619) Add Parker::park_deadline. (#563) Improve implementation of CachePadded. (#636) Add unstable...

dependencies

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2. Changelog Sourced from nix's changelog. [0.24.2] - 2022-07-17 Added Changed Fixed Fixed buffer overflow in nix::sys::socket::recvfrom. (#1763) Enabled SockaddrStorage::{as_link_addr, as_link_addr_mut} for Linux-like operating systems....

dependencies

I am using this awesome program in my project to monitor two binaries. I would like to be able to give Docker a healthcheck of Horust. I use Horust in...

enhancement

Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.8 to 0.5.9. Release notes Sourced from toml's releases. 0.5.9 Changes: #373: Allow empty table keys #426: Fix serialization of -0.0 #439: Make datetime structs and fields...

dependencies

Reload services and configuration via SIGHUP (or another signal because as of now horust can be run in a foreground).

enhancement

I'm using Horust to start Apache2, which is by itself a very quiet service - even with the "debug" log level, it doesn't show when it started up. It would...

good first issue
feature

Simple feature, but i don't know how to bite it from rust standpoint. Technically, it would be awesome to create the default config file if it's missing. This also entails...

enhancement

Problem: Service uses specific user in service file. Let's say UserA. For root this service file is ok, since root can ::setuid() to any other user easily without assistance of...

enhancement