⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
lib
/
systemd
/
system
/
View File Name :
plesk-ip-remapping.service
# Copyright 1999-2025. WebPros International GmbH. All rights reserved. [Unit] Description=Plesk IP remapping Wants=mariadb.service mysql.service network-online.target After=mariadb.service mysql.service network-online.target [Service] Type=oneshot # unfortunatelly network-online.target may be reached earlier than all IPs are obtained # so additional check should be performed and delay should be done if needed ExecStartPre=/bin/bash -c 'for i in {1..30}; do [ -z "`/opt/psa/admin/sbin/ifmng -l`" ] && sleep 1 || break; done;' ExecStartPre=/bin/bash -c 'for i in {1..10}; do /usr/bin/mysqladmin ping -s 1>/dev/null && break || sleep 1; done;' ExecStart=/opt/psa/bin/ipmanage --auto-remap -with-public-reload [Install] WantedBy=multi-user.target