From 7f396e5f66e91caf450890c34bc9e00b717aae86 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 8 Feb 2017 22:32:37 +0100 Subject: units: set SystemCallArchitectures=native on all our long-running services --- units/systemd-journal-remote.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'units/systemd-journal-remote.service.in') diff --git a/units/systemd-journal-remote.service.in b/units/systemd-journal-remote.service.in index 753dd6c158..bc384b8382 100644 --- a/units/systemd-journal-remote.service.in +++ b/units/systemd-journal-remote.service.in @@ -25,6 +25,7 @@ ProtectKernelTunables=yes MemoryDenyWriteExecute=yes RestrictRealtime=yes RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +SystemCallArchitectures=native [Install] Also=systemd-journal-remote.socket -- cgit v1.2.1