8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
|
#!/usr/bin/perl -w
|
||
|
|
||
|
use esmith::Build::CreateLinks qw(:all);
|
||
|
my $event ="smeserver-mod_maxminddb-update";
|
||
|
safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
|
||
|
templates2events("/etc/httpd-e-smith/conf/httpd.conf", $event);
|
||
|
|