12 .Fl -test-if-configured-on Ar service
14 .Fl -test-if-available Ar service
17 is a simple script to abstract the management of services provided by the system.
18 It can be used to start and stop services, as well as to determine the status of services.
20 .Bl -tag -width indent
21 .It Ar service Ar command
22 Attempt to execute a given command for a given service. Currently, the available commands are 'start' and 'stop'.
24 List all available services.
25 .It Fl -test-if-configured-on Ar service
26 Exit with status 0 if the service is currently enabled. Otherwise, exit with status 1.
27 .It Fl -test-if-available Ar service
28 Exit with status 0 if the service's daemon exists on your system. Otherwise, exit with status 1.