changeset 482:76db4223f495

fix link to systemd because of Fedora package being orphaned
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 07:35:00 +0200
parents 4f076a3b9934
children 95edfd8ab641
files Sphinx/source/faq/debian-daemon.rst
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/debian-daemon.rst	Fri Aug 14 12:21:05 2020 +0200
+++ b/Sphinx/source/faq/debian-daemon.rst	Mon Aug 17 07:35:00 2020 +0200
@@ -45,10 +45,11 @@
 
 A sample `systemd daemon <https://en.wikipedia.org/wiki/Systemd>`__
 for Orthanc can be found in the official `Fedora package
-<https://apps.fedoraproject.org/packages/orthanc>`__:
+<https://src.fedoraproject.org/rpms/orthanc>`__ (now orphaned - please
+consider :ref:`contributing by adopting this package <contributing>`):
 
 1. Download the `systemd script
-   <https://src.fedoraproject.org/rpms/orthanc/blob/master/f/orthanc.service>`__,
+   <https://src.fedoraproject.org/rpms/orthanc/blob/f32/f/orthanc.service>`__,
 2. Adapt some of its variables to reflect the configuration of your
    system,
 3. Copy it as ``/etc/systemd/system/orthanc.service``,