]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-remote.service.in
travis: turn on nonnull-attribute on Fuzzit
[thirdparty/systemd.git] / units / systemd-journal-remote.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
ad95fd1d
ZJS
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
c9d49328 12Documentation=man:systemd-journal-remote(8) man:journal-remote.conf(5)
ad95fd1d
ZJS
13Requires=systemd-journal-remote.socket
14
15[Service]
0c28d51a 16ExecStart=@rootlibexecdir@/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/
3ca9940c
LP
17LockPersonality=yes
18LogsDirectory=journal/remote
19MemoryDenyWriteExecute=yes
20NoNewPrivileges=yes
ad95fd1d
ZJS
21PrivateDevices=yes
22PrivateNetwork=yes
3ca9940c 23PrivateTmp=yes
0c28d51a 24ProtectControlGroups=yes
3ca9940c 25ProtectHome=yes
99894b86 26ProtectHostname=yes
b6c7278c 27ProtectKernelModules=yes
3ca9940c
LP
28ProtectKernelTunables=yes
29ProtectSystem=strict
0c28d51a 30RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
3ca9940c
LP
31RestrictNamespaces=yes
32RestrictRealtime=yes
62aa2924 33RestrictSUIDSGID=yes
7f396e5f 34SystemCallArchitectures=native
3ca9940c
LP
35User=systemd-journal-remote
36WatchdogSec=3min
ad95fd1d 37
c35ee02c
LP
38# If there are many split up journal files we need a lot of fds to access them
39# all in parallel.
c02b6ee4 40LimitNOFILE=@HIGH_RLIMIT_NOFILE@
c35ee02c 41
ad95fd1d
ZJS
42[Install]
43Also=systemd-journal-remote.socket