]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-remote.service.in
test-string-util: add another test for stripping slashes
[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/
ad95fd1d 17User=systemd-journal-remote
0c28d51a 18WatchdogSec=3min
ad95fd1d
ZJS
19PrivateTmp=yes
20PrivateDevices=yes
21PrivateNetwork=yes
c7fb922d 22ProtectSystem=strict
0c28d51a
LP
23ProtectHome=yes
24ProtectControlGroups=yes
25ProtectKernelTunables=yes
b6c7278c 26ProtectKernelModules=yes
0c28d51a
LP
27MemoryDenyWriteExecute=yes
28RestrictRealtime=yes
3c19d0b4 29RestrictNamespaces=yes
0c28d51a 30RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
7f396e5f 31SystemCallArchitectures=native
bff8f254 32LockPersonality=yes
d0e62ae0 33LogsDirectory=journal/remote
ad95fd1d
ZJS
34
35[Install]
36Also=systemd-journal-remote.socket