Re-exports§
pub use service::Service;pub use service::install;pub use service::render_service_template;pub use service::uninstall;pub use service::view_logs;pub use anyhow;pub use wcore;
Modules§
- service
- Shared system service management (launchd/systemd).
Functions§
- run
- Shared entry point: init tracing from
RUST_LOG, build a tokio runtime, run the given async closure, and exit on error.