Expand description
Shared system service management (launchd/systemd).
Constants§
- TEMPLATE
- Embedded systemd service template.
Traits§
- Service
- Trait for external command binaries that run as system services.
Functions§
- install
- Install a systemd service.
- is_
installed - Check if a systemd service is installed.
- render_
service_ template - Render the platform-specific service template for a
Serviceimplementor. - uninstall
- Uninstall a systemd service.
- verbose_
flag - Build the
-v/-vv/-vvvflag string from a count (empty when 0). - view_
logs - View service logs.