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

implement dynamic generation of service definition files and start scripts #15

Open
rswanson opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rswanson
Copy link
Owner

need for #12 also improves repo experience for end users as they don't need to maintain their own files for these anymore

@rswanson
Copy link
Owner Author

rswanson commented Apr 16, 2024

Things I need to expose in a config object for service files:

  • Binary Name (reth, lighthouse, etc)
  • Linux user name
  • Network (mainnet, holesky, sepolia)
  • Instance Number (integer)
  • Syslog identifier (could I have a default of <binary name>-<network>-<instance number> ?)
  • Start script location

@rswanson
Copy link
Owner Author

Things I need to expose in a config object for start scripts

  • Network
  • Start command
  • Args?
    • how do I structure args? Probably some kind of generic struct for arbitrary args?
  • Instance Number
  • Data dir?

@rswanson rswanson self-assigned this May 20, 2024
@rswanson rswanson added the enhancement New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant