]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-upload.service.in
travis: turn on nonnull-attribute on Fuzzit
[thirdparty/systemd.git] / units / systemd-journal-upload.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 Upload Service
c9d49328 12Documentation=man:systemd-journal-upload(8)
3f2a3726
YW
13Wants=network-online.target
14After=network-online.target
ad95fd1d
ZJS
15
16[Service]
941afc4b 17DynamicUser=yes
3ca9940c
LP
18ExecStart=@rootlibexecdir@/systemd-journal-upload --save-state
19LockPersonality=yes
20MemoryDenyWriteExecute=yes
ad95fd1d 21PrivateDevices=yes
0c28d51a 22ProtectControlGroups=yes
3ca9940c 23ProtectHome=yes
99894b86 24ProtectHostname=yes
b6c7278c 25ProtectKernelModules=yes
3ca9940c 26ProtectKernelTunables=yes
0c28d51a 27RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
3ca9940c
LP
28RestrictNamespaces=yes
29RestrictRealtime=yes
d0e62ae0 30StateDirectory=systemd/journal-upload
3ca9940c
LP
31SupplementaryGroups=systemd-journal
32SystemCallArchitectures=native
33User=systemd-journal-upload
34WatchdogSec=3min
ad95fd1d 35
c35ee02c
LP
36# If there are many split up journal files we need a lot of fds to access them
37# all in parallel.
c02b6ee4 38LimitNOFILE=@HIGH_RLIMIT_NOFILE@
de45d726 39
ad95fd1d
ZJS
40[Install]
41WantedBy=multi-user.target