Skip to content

Commit 9e7eb04

Browse files
committed
Not change sysctl
1 parent 73e3285 commit 9e7eb04

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pkgbuild/PKGBUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends=('systemd-libs' 'util-linux')
1111
makedepends=('git' 'rust' 'cargo')
1212
provides=('systemd-swap')
1313
conflicts=('systemd-swap-git' 'systemd-swap')
14-
backup=('etc/systemd/swap.conf' 'etc/sysctl.d/91-memory.conf')
14+
backup=('etc/systemd/swap.conf')
1515
source=("git+${url}.git")
1616
sha256sums=('SKIP')
1717
replaces=('auto-zram-and-swappiness' 'systemd-oomd-defaults')
@@ -44,7 +44,4 @@ package() {
4444
# Install man pages
4545
install -Dm644 man/swap.conf.5 "${pkgdir}/usr/share/man/man5/swap.conf.5"
4646
install -Dm644 man/systemd-swap.8 "${pkgdir}/usr/share/man/man8/systemd-swap.8"
47-
48-
# Install sysctl tuning (recommended kernel parameters)
49-
install -Dm644 include/91-memory.conf "${pkgdir}/etc/sysctl.d/91-memory.conf"
5047
}

0 commit comments

Comments
 (0)