make-ca/make-ca.install
2024-04-29 19:40:00 +08:00

8 lines
211 B
Plaintext

# This is a default template for a post-install scriptlet.
# Uncomment only required functions and remove any functions
# you don't need (and this header).
post_install() {
systemctl enable update-pki.timer
}