Skip to main content

Module service

Module service 

Source
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 Service implementor.
uninstall
Uninstall a systemd service.
verbose_flag
Build the -v/-vv/-vvv flag string from a count (empty when 0).
view_logs
View service logs.