mirror of
https://github.com/restic/rest-server.git
synced 2026-04-14 14:11:38 -07:00
Merge pull request #213 from 0xpr03/patch-1
warn about SystemCallArchitectures in the systemd service
This commit is contained in:
@@ -54,6 +54,7 @@ RestrictNamespaces=true
|
|||||||
RestrictAddressFamilies=AF_INET AF_INET6
|
RestrictAddressFamilies=AF_INET AF_INET6
|
||||||
RestrictSUIDSGID=true
|
RestrictSUIDSGID=true
|
||||||
RestrictRealtime=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
|
SystemCallArchitectures=native
|
||||||
SystemCallFilter=@system-service
|
SystemCallFilter=@system-service
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user