12 |
+# removed because cause signal-event and panel to hang |
+# removed because cause signal-event and panel to hang |
13 |
+# safe_symlink("restart", |
+# safe_symlink("restart", |
14 |
+# "root/etc/e-smith/events/$event/services2adjust/mailman"); |
+# "root/etc/e-smith/events/$event/services2adjust/mailman"); |
15 |
+safe_symlink("../action/mailman-restart", |
+safe_symlink("../actions/mailman-restart", |
16 |
+ "root/etc/e-smith/events/$event/S94mailman-restart"); |
+ "root/etc/e-smith/events/$event/S94mailman-restart"); |
17 |
} |
} |
18 |
|
|
26 |
NAME => 'mailman', |
NAME => 'mailman', |
27 |
- ACTION => $action |
- ACTION => $action |
28 |
+ ACTION => $action, |
+ ACTION => $action, |
29 |
+ BACKGROUND => 'TRUE' |
+ BACKGROUND => 'true' |
30 |
) or die "Failed to $action mailman\n"; |
) or die "Failed to $action mailman\n"; |
31 |
} |
} |
32 |
|
|