added svcs

pull/3/head
Igor Chubin 7 years ago
parent 6d6dff1c4d
commit 03e2ec593c

@ -0,0 +1,17 @@
# svcs
# List information about running services (Solaris)
# List all running services:
svcs
# List services that are not running:
svcs -vx
# List information about a service:
svcs apache
# Show location of service log file:
svcs -L apache
# Display end of a service log file:
tail $(svcs -L apache)
Loading…
Cancel
Save