Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 231 Bytes

File metadata and controls

17 lines (14 loc) · 231 Bytes

mend

Re-write of brew services command in rust

Commands supported

  • start
  • stop

How to start a service

  • start a service
mend services start mysql
  • stop a service
mend services stop mysql