Skip to content

Commit

Permalink
Fix link to RoadRunner systemd config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Oct 16, 2024
1 parent fb5ce6d commit 6c3a101
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [7.11.2] - 2024-10-16
### Added
* *Nothing*

### Changed
* *Nothing*

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* RoadRunner systemd config link


## [7.11.1] - 2024-10-12
### Added
* *Nothing*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ After that, run `./bin/rr serve -c config/roadrunner/.rr.yml` and the server wil

The command above is enough to "start" Shlink, but you probably don't want to do that manually every time.

If you use Linux, this page explains how to set up a [RoadRunner server as a systemd daemon](https://roadrunner.dev/docs/app-server-systemd/2.x/en).
If you use Linux, this page explains how to set up a [RoadRunner server as a systemd daemon](https://docs.roadrunner.dev/docs/app-server/systemd).

Just make sure to replace `ExecStart` with `/path/to/shlink/bin/rr serve -c config/roadrunner/.rr.yml`, as explained there.

0 comments on commit 6c3a101

Please sign in to comment.