summaryrefslogtreecommitdiff
path: root/FS/FS/InitHandler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/InitHandler.pm')
-rw-r--r--FS/FS/InitHandler.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/FS/FS/InitHandler.pm b/FS/FS/InitHandler.pm
index 87f507c22..5038cf352 100644
--- a/FS/FS/InitHandler.pm
+++ b/FS/FS/InitHandler.pm
@@ -1,5 +1,9 @@
package FS::InitHandler;
+# this leaks memory under graceful restarts and i wouldn't use it on any
+# modern server. useful for very slow machines with memory to spare, just
+# always do a full restart
+
use strict;
use vars qw($DEBUG);
use FS::UID qw(adminsuidsetup);
@@ -48,7 +52,6 @@ sub handler {
use FS::session;
use FS::svc_acct;
use FS::svc_acct_pop;
- use FS::svc_acct_sm;
use FS::svc_domain;
use FS::svc_forward;
use FS::svc_www;