diff --git a/Sway-without-systemd-on-Arch-Linux.md b/Sway-without-systemd-on-Arch-Linux.md index 3d27755..b4b495b 100644 --- a/Sway-without-systemd-on-Arch-Linux.md +++ b/Sway-without-systemd-on-Arch-Linux.md @@ -38,5 +38,5 @@ Target = sway-git [Action] Description = Applying setuid-bit to sway (and stripping filecaps) When = PostTransaction -Exec = /usr/bin/chmod +s /usr/bin/sway && setcap -r /usr/bin/sway +Exec = /bin/sh -c '/usr/bin/chmod +s /usr/bin/sway && setcap -r /usr/bin/sway' ``` \ No newline at end of file