search for: post_hook

Displaying 2 results from an estimated 2 matches for "post_hook".

2009 Nov 16
3
[PATCH] Add support for vendor hooks during ovirt-early start()
...;; + vendor=*) + i=${i#vendor=} + # path to vendor script: + # has 2 stages: + # vendor_pre_hook() + # vendor_post_host() + # pre_hook runs after cmdline processing but before the rest of ovirt-early + # post_hook runs at the end of ovirt-early start() + [ -x "${i}" ] && { + vendor_script="$i" + log "Found vendor script: ${vendor_script}"; + bootparams="$bootparams $i" + } esac don...
2018 Oct 11
1
Renewal of Let's Encrypt Certificates in Dovecot
El jue., 11 oct. 2018 a las 10:58, Reio Remma (<reio at mrstuudio.ee>) escribi?: > On 11/10/2018 11:55, Ignacio Garcia wrote: > > Hi there. I've been using Dovecot for quite some time now but I just > > started using Let's Encrypt certs. Since LE certs are renewed > > automatically without user intervention I'm wondering if I will need > > to restart