8 lines
211 B
Plaintext
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
|
|
}
|