Skip to content

Instantly share code, notes, and snippets.

@kofuk
Last active December 5, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kofuk/966708814d7ffa2d4ee5c095a74e0413 to your computer and use it in GitHub Desktop.
Save kofuk/966708814d7ffa2d4ee5c095a74e0413 to your computer and use it in GitHub Desktop.
Custom configuration files
# /etc/php/conf.d/expose_php.ini
expose_php = Off
# /etc/php/conf.d/sqlite.ini
extension=pdo_sqlite
# /usr/share/libalpm/hook/systemd-boot.hook
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = systemd
[Action]
Description = Reinstalling systemd-boot...
When = PostTransaction
Exec = /usr/bin/bootctl install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment