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.
This commit is contained in:
David Runge 2021-09-08 20:55:56 +02:00
parent 9bd8ee5b42
commit 768a687e83
No known key found for this signature in database
GPG Key ID: 7258734B41C31549
1 changed files with 10 additions and 0 deletions

View File

@ -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 that is configurable globally or per project (the directory in which the file
resides in has to exist). 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/ <examples/systemd/>`_.
The provided service file relies on the user ``arch-release-sync`` which may be
created using the `sysusers.d
<https://man.archlinux.org/man/core/systemd/sysusers.d.5.en>`_ integration
provided in `examples/sysusers.d/ <examples/sysusers.d/>`_.
License License
======= =======