2017-11-18 17:35:03 +01:00
# SPDX-License-Identifier: LGPL-2.1+
#
2014-03-30 23:08:02 -04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
[Unit]
Description = Journal Remote Upload Service
2015-12-15 10:51:12 +09:00
Documentation = man:systemd-journal-upload(8)
2016-10-12 18:13:13 +09:00
Wants = network-online.target
After = network-online.target
2014-03-30 23:08:02 -04:00
[Service]
2016-08-26 13:23:27 +02:00
ExecStart = @rootlibexecdir@/systemd-journal-upload --save-state
2014-03-30 23:08:02 -04:00
User = systemd-journal-upload
2017-10-06 16:06:21 +09:00
DynamicUser = yes
2016-01-15 15:25:36 +09:00
SupplementaryGroups = systemd-journal
2016-08-26 13:23:27 +02:00
WatchdogSec = 3min
2014-03-30 23:08:02 -04:00
PrivateDevices = yes
2016-08-26 13:23:27 +02:00
ProtectHome = yes
ProtectControlGroups = yes
ProtectKernelTunables = yes
2017-02-09 11:09:50 +01:00
ProtectKernelModules = yes
2016-08-26 13:23:27 +02:00
MemoryDenyWriteExecute = yes
RestrictRealtime = yes
2017-02-09 10:28:23 +01:00
RestrictNamespaces = yes
2016-08-26 13:23:27 +02:00
RestrictAddressFamilies = AF_UNIX AF_INET AF_INET6
2017-02-08 22:32:37 +01:00
SystemCallArchitectures = native
2017-09-14 19:45:40 +02:00
LockPersonality = yes
2017-08-02 17:35:11 +09:00
StateDirectory = systemd/journal-upload
2014-03-30 23:08:02 -04:00
2015-01-08 03:17:50 +01:00
# If there are many split up journal files we need a lot of fds to
# access them all and combine
LimitNOFILE = 16384
2014-03-30 23:08:02 -04:00
[Install]
WantedBy = multi-user.target