1 |
michel |
1.1 |
diff -urN e-smith-domains-2.6.0.old/createlinks e-smith-domains-2.6.0/createlinks |
2 |
|
|
--- e-smith-domains-2.6.0.old/createlinks 2006-03-16 01:33:24.000000000 +0400 |
3 |
|
|
+++ e-smith-domains-2.6.0/createlinks 2020-12-10 23:29:21.000000000 +0400 |
4 |
|
|
@@ -34,3 +34,12 @@ |
5 |
|
|
templates2events("/home/e-smith/ssl.pem/pem", $event); |
6 |
|
|
safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/tinydns"); |
7 |
|
|
|
8 |
|
|
+#-------------------------------------------------- |
9 |
|
|
+# actions for e-smith-domains-update event |
10 |
|
|
+#-------------------------------------------------- |
11 |
|
|
+ |
12 |
|
|
+$event = "e-smith-domains-update"; |
13 |
|
|
+ |
14 |
|
|
+templates2events("/home/e-smith/ssl.pem/pem", $event); |
15 |
|
|
+safe_symlink("reload", "root/etc/e-smith/events/$event/services2adjust/tinydns"); |
16 |
|
|
+ |