We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example systemd service at https://reposilite.com/guide/systemd required a couple small changes:
ExecStart=java -jar reposilite.jar -lc=/etc/reposilite/reposilite.cdn --working-directory=/opt/reposilite
It complained it did not know what the --config option was and also that it was missing the --working-directory option.
--config
--working-directory
3.x
Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property workingDirectory has not been initialized
and
Unknown option: '--config=/etc/reposilite/reposilite.cdn'
The text was updated successfully, but these errors were encountered:
c05f068
Nice catch, thanks!
Sorry, something went wrong.
No branches or pull requests
What happened?
The example systemd service at https://reposilite.com/guide/systemd required a couple small changes:
It complained it did not know what the
--config
option was and also that it was missing the--working-directory
option.Reposilite version
3.x
Relevant log output
and
The text was updated successfully, but these errors were encountered: