blob: a679bc7d81ce2b9040a1a797b5375d51abc954ee (
plain) (
blame)
1
2
3
4
5
6
7
|
# This should contain a space-seperated list of services to be
# reloaded after new certificates are generated. An empty list
# disables reloading of any service
#
# example: SERVICES="apache2 nginx postfix"
SERVICES="{{ acmetool_reload_services | join(' ') }}"
|