logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control SunOS Services - svcadm | Online Free DevTools by Hexmos

Control service instances in SunOS with svcadm. Manage service dependencies, enable or disable, and refresh configurations via command line. Free online tool, no registration required.

svcadm

Manipulate service instances. More information: https://www.unix.com/man-page/linux/1m/svcadm.

  • 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}}