added svcadm

pull/3/head
Igor Chubin 7 years ago
parent ecbdf861b2
commit 5a0fa8841f

@ -0,0 +1,17 @@
# svcadm
# Manipulate service instances (Solaris)
# Enable a service in the service database:
svcadm enable service_name
# Disable service:
svcadm disable service_name
# Restart a running service:
svcadm restart service_name
# Command service to re-read configuration files:
svcadm refresh service_name
# Clear a service from maintenance state and command it to start:
svcadm clear service_name
Loading…
Cancel
Save