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

possible to customize plist on start #759

Closed
itcarroll opened this issue Oct 3, 2024 · 1 comment
Closed

possible to customize plist on start #759

itcarroll opened this issue Oct 3, 2024 · 1 comment

Comments

@itcarroll
Copy link

Is it possible to use any kind of variables or templating in a formula's service block that wouldn't get interpolated until writing the service file during brew services start ...?

The jupyterlab formula defines a service that includes log_path var/"log/jupyterlab.log". I'm trying to get the per-user plist files (i.e. what homebrew-services writes into ~/Library/LaunchAgents/) to have the StandardOutPath set to ~/Library/Logs/ rather than into the (write protected) homebrew prefix.

@MikeMcQuaid
Copy link
Member

Sorry, this is not possible in brew services. It may be possible through pull requests to Homebrew/brew. Opening a pull request there may be your best bet.

This document should help and we're happy to walk you through anything else.

Thanks!

@MikeMcQuaid MikeMcQuaid closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants