Skip to content

Commit

Permalink
Comment out SystemCallArchitectures=native
Browse files Browse the repository at this point in the history
It causes Raspotify to fail on Aarch64. It will be back when there are native Aarch64 builds.

Fixes: #451
  • Loading branch information
JasonLG1979 authored Nov 18, 2021
1 parent 19917a7 commit f96e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raspotify/lib/systemd/system/raspotify.service
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RemoveIPC=true

CapabilityBoundingSet=

SystemCallArchitectures=native
#SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=~@privileged @resources
SystemCallErrorNumber=EPERM
Expand Down

0 comments on commit f96e893

Please sign in to comment.