
rc-service
List of commands for rc-service:
-
rc-service:tldr:12ddd rc-service: Start a service.$ sudo rc-service ${service_name} starttry on your machineexplain this command
-
rc-service:tldr:310d5 rc-service: Stop a service.$ sudo rc-service ${service_name} stoptry on your machineexplain this command
-
rc-service:tldr:64d02 rc-service: Simulate running a service's custom command.$ sudo rc-service --dry-run ${service_name} ${command_name}try on your machineexplain this command
-
rc-service:tldr:c2d41 rc-service: Restart a service.$ sudo rc-service ${service_name} restarttry on your machineexplain this command
-
rc-service:tldr:d8ebe rc-service: Actually run a service's custom command.$ sudo rc-service ${service_name} ${command_name}try on your machineexplain this command
-
rc-service:tldr:e63f7 rc-service: Resolve the location of a service definition on disk.$ sudo rc-service --resolve ${service_name}try on your machineexplain this command
-
rc-service:tldr:edd6e rc-service: Show a service's status.$ rc-service ${service_name} statustry on your machineexplain this command