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

Updating example systemd service #2168

Closed
jzonthemtn opened this issue Jul 10, 2024 · 1 comment
Closed

Updating example systemd service #2168

jzonthemtn opened this issue Jul 10, 2024 · 1 comment
Labels
bug Bugs & errors found in Reposilite documentation Issues related to docs

Comments

@jzonthemtn
Copy link

jzonthemtn commented Jul 10, 2024

What happened?

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.

Reposilite version

3.x

Relevant log output

Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property workingDirectory has not been initialized

and

Unknown option: '--config=/etc/reposilite/reposilite.cdn'
@jzonthemtn jzonthemtn added the bug Bugs & errors found in Reposilite label Jul 10, 2024
@dzikoysk dzikoysk added the documentation Issues related to docs label Jul 11, 2024
@dzikoysk
Copy link
Owner

Nice catch, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs & errors found in Reposilite documentation Issues related to docs
Projects
None yet
Development

No branches or pull requests

2 participants