---
version: '3'

tasks:
  start:
    cmds:
      - sudo service {{.SERVICE}} start
    status:
      - '[ "{{OS}}" == "darwin" ]'
