|
|
|
@ -2,11 +2,11 @@ |
|
|
|
|
|
|
|
|
|
use esmith::Build::CreateLinks qw(:all); |
|
|
|
|
|
|
|
|
|
templates2events("/etc/letsencrypt.sh/config.sh", qw(le-update ssl-update bootstrap-console-save)); |
|
|
|
|
templates2events("/etc/crontab", qw(le-update)); |
|
|
|
|
templates2events("/etc/letsencrypt.sh/config.sh", qw(letsencrypt-update ssl-update bootstrap-console-save)); |
|
|
|
|
templates2events("/etc/crontab", qw(letsencrypt-update)); |
|
|
|
|
templates2events("/etc/letsencrypt.sh/domains.txt", |
|
|
|
|
qw( |
|
|
|
|
le-update |
|
|
|
|
letsencrypt-update |
|
|
|
|
bootstrap-console-save |
|
|
|
|
domain-create |
|
|
|
|
domain-delete |
|
|
|
@ -14,5 +14,5 @@ templates2events("/etc/letsencrypt.sh/domains.txt", |
|
|
|
|
host-delete |
|
|
|
|
host-modify |
|
|
|
|
)); |
|
|
|
|
templates2events("/etc/httpd/conf/httpd.conf", qw(le-update)); |
|
|
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/le-update/services2adjust/httpd-e-smith"); |
|
|
|
|
templates2events("/etc/httpd/conf/httpd.conf", qw(letsencrypt-update)); |
|
|
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/letsencrypt-update/services2adjust/httpd-e-smith"); |
|
|
|
|