#!/usr/bin/perl
# cpanel - restartsrv_eximstats Copyright(c) 2010 cPanel, Inc.
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
BEGIN { unshift @INC, '/usr/local/cpanel', '/scripts'; }
use RestartSrv;
doomedprocess('eximstats');
print "eximstats is deprecated\n";