Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ALLSERVICE(1)			  User Manuals			   ALLSERVICE(1)

NAME
     allservice - Easy handling of a FreeBSD services

SYNOPSIS
     allservice [local] [command]

DESCRIPTION
     allservice is a script to run a command on all services.

ARGUMENTS
     local  Restrict commands to services in /usr/local/etc/*

     start  Start all services.

     stop   Stop all services.

     restart
	    Restart all services.

     status
	    Show status of all services.

FILES
     /usr/local/etc/allservice.txt Rc files listed in here will be ignored.

EXAMPLES
     List all service rc files.

	    allservice

     Show status of all services.

	    allservice status

     Restarting all services after pkg update .

	    allservice local restart

SEE ALSO
     check-allservice(1)
	    Easy monitoring of a FreeBSD services.

AUTHOR
     Dirk Meyer, dinoex@FreeBSD.org

FreeBSD 			    July 2018			   ALLSERVICE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=allservice&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help