Skip to content

Commit

Permalink
Updated README with launchd instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberoiz committed Jun 25, 2019
1 parent a329b0a commit aff4380
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@ Installation requires root privilege.

## Start any service with systemctl

To start, stop or restart a service, use
Once the system is properly configured, you can start, stop or restart any of the services.

### In Linux OS:

$ systemctl [action] [service]

Where `action` is one of: `start`, `stop` or `restart`
and service is any of `telescoped` or `schedulerd`.

### In MacOS:

$ launchctl load /Library/LaunchAgents/org.ctmo.scheduler

To stop use `unload` instead.

## To clean and uninstall:

$ make clean
Expand Down

0 comments on commit aff4380

Please sign in to comment.