]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - units/systemd-journal-remote.service.in
Merge pull request #11927 from poettering/network-namespace-path
[thirdparty/systemd.git] / units / systemd-journal-remote.service.in
... / ...
CommitLineData
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]
11Description=Journal Remote Sink Service
12Documentation=man:systemd-journal-remote(8) man:journal-remote.conf(5)
13Requires=systemd-journal-remote.socket
14
15[Service]
16ExecStart=@rootlibexecdir@/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/
17LockPersonality=yes
18LogsDirectory=journal/remote
19MemoryDenyWriteExecute=yes
20NoNewPrivileges=yes
21PrivateDevices=yes
22PrivateNetwork=yes
23PrivateTmp=yes
24ProtectControlGroups=yes
25ProtectHome=yes
26ProtectHostname=yes
27ProtectKernelModules=yes
28ProtectKernelTunables=yes
29ProtectSystem=strict
30RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
31RestrictNamespaces=yes
32RestrictRealtime=yes
33SystemCallArchitectures=native
34User=systemd-journal-remote
35WatchdogSec=3min
36
37# If there are many split up journal files we need a lot of fds to access them
38# all in parallel.
39LimitNOFILE=@HIGH_RLIMIT_NOFILE@
40
41[Install]
42Also=systemd-journal-remote.socket