]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-journal-gatewayd.service.in
Merge pull request #14017 from poettering/analyze-calendar-tweaks
[thirdparty/systemd.git] / units / systemd-journal-gatewayd.service.in
1 # SPDX-License-Identifier: LGPL-2.1+
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 Gateway Service
12 Documentation=man:systemd-journal-gatewayd(8)
13 Requires=systemd-journal-gatewayd.socket
14
15 [Service]
16 DynamicUser=yes
17 ExecStart=@rootlibexecdir@/systemd-journal-gatewayd
18 LockPersonality=yes
19 MemoryDenyWriteExecute=yes
20 PrivateDevices=yes
21 PrivateNetwork=yes
22 ProtectControlGroups=yes
23 ProtectHome=yes
24 ProtectHostname=yes
25 ProtectKernelModules=yes
26 ProtectKernelTunables=yes
27 RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
28 RestrictNamespaces=yes
29 RestrictRealtime=yes
30 SupplementaryGroups=systemd-journal
31 SystemCallArchitectures=native
32 User=systemd-journal-gateway
33
34 # If there are many split up journal files we need a lot of fds to access them
35 # all in parallel.
36 LimitNOFILE=@HIGH_RLIMIT_NOFILE@
37
38 [Install]
39 Also=systemd-journal-gatewayd.socket