summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-20 16:41:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-20 16:41:32 +0100
commit47e8751fb40d8840a4c7aa6cc54c5326372649a3 (patch)
tree0cfe8e290faf3bc7f49cdd61962425236d69d016 /extra
parent690d5775de4b90b842813a8bed8995d3e5b6d24c (diff)
downloadpackages-47e8751fb40d8840a4c7aa6cc54c5326372649a3.tar.xz
extra/lightdm: hotfix for FS32#60
Diffstat (limited to 'extra')
-rw-r--r--extra/lightdm/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/lightdm/PKGBUILD b/extra/lightdm/PKGBUILD
new file mode 100644
index 00000000..415ddd35
--- /dev/null
+++ b/extra/lightdm/PKGBUILD
@@ -0,0 +1,7 @@
+eval "$(
+ declare -f package_lightdm | \
+ sed '
+ /install.*lightdm.service/ a \
+ sed -i \"/.*Service.*/ a LimitMEMLOCK=infinity\" "${pkgdir}"/usr/lib/systemd/system/lightdm.service
+ '
+)"