MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: netwave (1071)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //scripts/restartsrv_rsyslogd
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/restartsrv_rsyslogd             Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;

exec '/usr/local/cpanel/scripts/restartsrv_rsyslog', @ARGV;