2017-11-18 19:35:03 +03:00
# SPDX-License-Identifier: LGPL-2.1+
#
2014-03-31 07: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 Sink Service
2015-12-15 04:51:12 +03:00
Documentation = man:systemd-journal-remote(8) man:journal-remote.conf(5)
2014-03-31 07:08:02 +04:00
Requires = systemd-journal-remote.socket
[Service]
2016-08-26 14:23:27 +03:00
ExecStart = @rootlibexecdir@/systemd-journal-remote --listen-https=-3 --output=/var/log/journal/remote/
2014-03-31 07:08:02 +04:00
User = systemd-journal-remote
2016-08-26 14:23:27 +03:00
WatchdogSec = 3min
2014-03-31 07:08:02 +04:00
PrivateTmp = yes
PrivateDevices = yes
PrivateNetwork = yes
2017-02-09 12:58:28 +03:00
ProtectSystem = strict
2016-08-26 14:23:27 +03:00
ProtectHome = yes
ProtectControlGroups = yes
ProtectKernelTunables = yes
2017-02-09 13:09:50 +03:00
ProtectKernelModules = yes
2016-08-26 14:23:27 +03:00
MemoryDenyWriteExecute = yes
RestrictRealtime = yes
2017-02-09 12:28:23 +03:00
RestrictNamespaces = yes
2016-08-26 14:23:27 +03:00
RestrictAddressFamilies = AF_UNIX AF_INET AF_INET6
2017-02-09 00:32:37 +03:00
SystemCallArchitectures = native
2017-09-14 20:45:40 +03:00
LockPersonality = yes
2017-08-02 11:35:11 +03:00
LogsDirectory = journal/remote
2014-03-31 07:08:02 +04:00
[Install]
Also = systemd-journal-remote.socket