|
|
@ -3,7 +3,7 @@ |
|
|
|
use esmith::Build::CreateLinks qw(:all); |
|
|
|
use esmith::Build::CreateLinks qw(:all); |
|
|
|
|
|
|
|
|
|
|
|
templates2events("/etc/letsencrypt.sh/config.sh", qw(letsencrypt-update ssl-update bootstrap-console-save)); |
|
|
|
templates2events("/etc/letsencrypt.sh/config.sh", qw(letsencrypt-update ssl-update bootstrap-console-save)); |
|
|
|
templates2events("/etc/crontab", qw(letsencrypt-update)); |
|
|
|
templates2events("/etc/cron.daily/letsenrypt.sh", qw(letsencrypt-update)); |
|
|
|
templates2events("/etc/letsencrypt.sh/domains.txt", |
|
|
|
templates2events("/etc/letsencrypt.sh/domains.txt", |
|
|
|
qw( |
|
|
|
qw( |
|
|
|
letsencrypt-update |
|
|
|
letsencrypt-update |
|
|
@ -16,3 +16,4 @@ templates2events("/etc/letsencrypt.sh/domains.txt", |
|
|
|
)); |
|
|
|
)); |
|
|
|
templates2events("/etc/httpd/conf/httpd.conf", qw(letsencrypt-update)); |
|
|
|
templates2events("/etc/httpd/conf/httpd.conf", qw(letsencrypt-update)); |
|
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/letsencrypt-update/services2adjust/httpd-e-smith"); |
|
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/letsencrypt-update/services2adjust/httpd-e-smith"); |
|
|
|
|
|
|
|
safe_symlink("/etc/e-smith/templates-default/template-begin-shell", "root/etc/e-smith/templates/etc/cron.daily/letsencrypt.sh/template-begin"); |
|
|
|