rc-service
Locate and run OpenRC services with arguments.
See also `openrc`.
rc-service {service_name} status
sudo rc-service {service_name} start
sudo rc-servie {service_name} stop
sudo rc-service {service_name} restart
- Simulate running a service's custom command:
sudo rc-service --dry-run {service_name} {command_name}
- Actually run a service's custom command:
sudo rc-service {service_name} {command_name}
- Resolve the location of a service definition on disk:
sudo rc-service --resolve {service_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).