]> git.proxmox.com Git - systemd.git/blob - units/systemd-journal-remote.service.in
Fix boot-and-services autopkgtest
[systemd.git] / units / systemd-journal-remote.service.in
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 #
3 # This file is part of systemd.
4 #
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.
9
10 [Unit]
11 Description=Journal Remote Sink Service
12 Documentation=man:systemd-journal-remote(8) man:journal-remote.conf(5)
13 Requires=systemd-journal-remote.socket
14
15 [Service]
16 ExecStart={{ROOTLIBEXECDIR}}/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/
17 LockPersonality=yes
18 LogsDirectory=journal/remote
19 MemoryDenyWriteExecute=yes
20 NoNewPrivileges=yes
21 PrivateDevices=yes
22 PrivateNetwork=yes
23 PrivateTmp=yes
24 ProtectProc=invisible
25 ProtectClock=yes
26 ProtectControlGroups=yes
27 ProtectHome=yes
28 ProtectHostname=yes
29 ProtectKernelLogs=yes
30 ProtectKernelModules=yes
31 ProtectKernelTunables=yes
32 ProtectSystem=strict
33 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
34 RestrictNamespaces=yes
35 RestrictRealtime=yes
36 RestrictSUIDSGID=yes
37 SystemCallArchitectures=native
38 User=systemd-journal-remote
39 {{SERVICE_WATCHDOG}}
40
41 # If there are many split up journal files we need a lot of fds to access them
42 # all in parallel.
43 LimitNOFILE={{HIGH_RLIMIT_NOFILE}}
44
45 [Install]
46 Also=systemd-journal-remote.socket