Skip to content

Commit

Permalink
dzikoyskGH-2168 Fix example systemd service (Fix dzikoysk#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk authored Jul 11, 2024
1 parent 512570c commit c05f068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reposilite-site/data/guides/infrastructure/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ User=reposilite-user
# Reposilite workspace directory
WorkingDirectory=/opt/reposilite
# Path to Reposilite executable/script and its configuration.
ExecStart=java -jar reposilite-3.0.0.jar --config=/etc/reposilite/reposilite.cdn
ExecStart=java -jar reposilite.jar --local-configuration=/etc/reposilite/reposilite.cdn --working-directory=/opt/reposilite
# Policy
SuccessExitStatus=0
TimeoutStopSec=10
Expand All @@ -27,4 +27,4 @@ RestartSec=5
WantedBy=multi-user.target
```

~ Associated issue on GitHub: [GH-468 Service file for Linux environments](https://github.com/dzikoysk/reposilite/issues/468)
~ Associated issue on GitHub: [GH-468 Service file for Linux environments](https://github.com/dzikoysk/reposilite/issues/468)

0 comments on commit c05f068

Please sign in to comment.