Re-exports§
pub use service::Service;pub use service::install;pub use service::is_installed;pub use service::render_service_template;pub use service::uninstall;pub use service::verbose_flag;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
-vcount (falling back toRUST_LOG), build a tokio runtime, run the given async closure, and exit on error.