From 768a687e83d31491264143961635b2dc9fd97d5b Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 8 Sep 2021 20:55:56 +0200 Subject: [PATCH] Add documentation for systemd and sysusers.d integration README.rst: Add documentation on where to find the systemd and sysusers.d integration and how they relate to one another. --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 02ed28c..c84021d 100644 --- a/README.rst +++ b/README.rst @@ -293,6 +293,16 @@ synchronization action), it is possible to write a Unix timestamp to a file that is configurable globally or per project (the directory in which the file resides in has to exist). +System integration +------------------ + +For systemd based systems there are example systemd system service and timer +files that are provided in `examples/systemd/ `_. +The provided service file relies on the user ``arch-release-sync`` which may be +created using the `sysusers.d +`_ integration +provided in `examples/sysusers.d/ `_. + License =======