warn about SystemCallArchitectures

Running 32bit on a 64bit host with SystemCallArchitectures will fail without much information
This commit is contained in:
Aron Heinecke 2023-02-01 00:10:46 +01:00 committed by GitHub
parent 667ce6e26b
commit fb6a3a62cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ RestrictNamespaces=true
RestrictAddressFamilies=AF_INET AF_INET6
RestrictSUIDSGID=true
RestrictRealtime=true
# if your service crashes with "code=killed, status=31/SYS", you probably tried to run linux_i386 (32bit) binary on a amd64 host
SystemCallArchitectures=native
SystemCallFilter=@system-service