Updated Sway without systemd on Arch Linux (markdown)

Hummer12007 2017-12-24 02:39:02 +02:00
parent 5f8b1ccace
commit 9fd5e0413d

@ -38,5 +38,5 @@ Target = sway-git
[Action] [Action]
Description = Applying setuid-bit to sway (and stripping filecaps) Description = Applying setuid-bit to sway (and stripping filecaps)
When = PostTransaction 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'
``` ```