changeset 733:ac493614ba2e

systemd from debian
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 07:31:31 +0200
parents bfc31c51809f
children ec7b42de3f6f
files Sphinx/source/faq/debian-daemon.rst
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/faq/debian-daemon.rst	Wed Jun 30 07:36:53 2021 +0200
+++ b/Sphinx/source/faq/debian-daemon.rst	Tue Jul 06 07:31:31 2021 +0200
@@ -44,12 +44,14 @@
 ----------------
 
 A sample `systemd daemon <https://en.wikipedia.org/wiki/Systemd>`__
-for Orthanc can be found in the official `Fedora package
-<https://src.fedoraproject.org/rpms/orthanc>`__ (now orphaned - please
-consider :ref:`contributing by adopting this package <contributing>`):
+for Orthanc can be found in the official `Debian package
+<https://tracker.debian.org/pkg/orthanc>`_ and in the official `Fedora
+package <https://src.fedoraproject.org/rpms/orthanc/tree/f32>`__ (now
+orphaned - please consider :ref:`contributing by adopting this package
+<contributing>`):
 
 1. Download the `systemd script
-   <https://src.fedoraproject.org/rpms/orthanc/blob/f32/f/orthanc.service>`__,
+   <https://salsa.debian.org/med-team/orthanc/raw/master/debian/orthanc.service>`__,
 2. Adapt some of its variables to reflect the configuration of your
    system,
 3. Copy it as ``/etc/systemd/system/orthanc.service``,