From 6c3a101d3133751d10b8a2136633d17c540c81be Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 16 Oct 2024 18:00:03 +0200 Subject: [PATCH] Fix link to RoadRunner systemd config docs --- CHANGELOG.md | 17 +++++++++++++++++ .../serve-with-roadrunner.mdx | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b4dcf7..b3830af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* diff --git a/src/pages/documentation/supported-runtimes/serve-with-roadrunner.mdx b/src/pages/documentation/supported-runtimes/serve-with-roadrunner.mdx index e1ffe979..aa61f4bd 100644 --- a/src/pages/documentation/supported-runtimes/serve-with-roadrunner.mdx +++ b/src/pages/documentation/supported-runtimes/serve-with-roadrunner.mdx @@ -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.