Fix: Create limits dir
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c65775f12e
commit
fc4ae22e72
2 changed files with 6 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgname=(
|
|||
luzifer-gui
|
||||
luzifer-lenovo-gui
|
||||
)
|
||||
pkgver=0.13.5
|
||||
pkgver=0.13.6
|
||||
pkgrel=1
|
||||
pkgdesc='System configuration for @luzifer systems'
|
||||
arch=(any)
|
||||
|
|
|
@ -43,6 +43,11 @@
|
|||
cmd: sysctl -p /etc/sysctl.d/50-luzifer-base.conf
|
||||
when: luzifer_base_conf.changed and pacman_action != "install"
|
||||
|
||||
- name: Create limits dir
|
||||
file:
|
||||
dest: /etc/security/limits.d
|
||||
state: directory
|
||||
|
||||
- name: Install limits config
|
||||
copy:
|
||||
src: files/limits.conf
|
||||
|
|
Loading…
Reference in a new issue