30-sysctl.hook 272 B

12345678910111213
  1. [Trigger]
  2. Type = Path
  3. Operation = Install
  4. Operation = Upgrade
  5. Target = etc/sysctl.d/*.conf
  6. Target = usr/lib/sysctl.d/*.conf
  7. [Action]
  8. Description = Applying kernel sysctl settings...
  9. When = PostTransaction
  10. Exec = /usr/share/libalpm/scripts/openrc-hook sysctl
  11. NeedsTargets