1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # This file is part of systemd.
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
11 Description=Journal Remote Upload Service
12 Documentation=man:systemd-journal-upload(8)
13 Wants=network-online.target
14 After=network-online.target
18 ExecStart={{LIBEXECDIR}}/systemd-journal-upload --save-state
20 MemoryDenyWriteExecute=yes
23 ProtectControlGroups=yes
27 ProtectKernelModules=yes
28 ProtectKernelTunables=yes
32 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
33 RestrictNamespaces=yes
35 StateDirectory=systemd/journal-upload
36 SupplementaryGroups=systemd-journal
37 SystemCallArchitectures=native
38 User=systemd-journal-upload
41 # If there are many split up journal files we need a lot of fds to access them
43 LimitNOFILE={{HIGH_RLIMIT_NOFILE}}
46 WantedBy=multi-user.target