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

Make sure service restarts when config changes #49

Open
VTimofeenko opened this issue Dec 5, 2023 · 1 comment
Open

Make sure service restarts when config changes #49

VTimofeenko opened this issue Dec 5, 2023 · 1 comment
Assignees

Comments

@VTimofeenko
Copy link
Contributor

No description provided.

@VTimofeenko VTimofeenko self-assigned this Dec 5, 2023
@VTimofeenko
Copy link
Contributor Author

Looks like upstream implements this as --watch=config without a mechanism for systemd to explicitly trigger reload.

Need to:

  1. Manually test how this flag works

  2. Implement watch with an enum of values that includes boolean true.

    If boolean true is chosen -- current behavior is implemented (--watch). If watch value is a list with members from enum -- append them to watch value (--watch=device,config)

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

1 participant