Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) Add service block to goreleaser brew config #597

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. (feat) Add service block to goreleaser brew config

    This block allows for dagu to be run as a service under homebrew
    and it then allows the following commands:
    
    ```
    brew services status dagu
    brew services start dagu
    brew services stop dagu
    ```
    
    When the brew install happens, there is also a prompt to the user
    in case they want to enable the service or run directly.
    
    The benefit here is that it enables dagu to be run as a background
    service automatically on startup and controlled via a centralized
    system.
    zph committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    72ca479 View commit details
    Browse the repository at this point in the history