From 9fd5e0413d3bd710fd7788f193a2a7984fe683be Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Sun, 24 Dec 2017 02:39:02 +0200 Subject: [PATCH] Updated Sway without systemd on Arch Linux (markdown) --- Sway-without-systemd-on-Arch-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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