hello 404 Not Found
Al-HUWAITI Shell
Al-huwaiti


Server : Apache/2.4.52 (Ubuntu)
System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64
User : servadmin ( 1000)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
Directory :  /lib/systemd/system/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib/systemd/system/mdatp.service
[Unit]
Description=Microsoft Defender
After=network.target

[Service]
Type=simple
WorkingDirectory=/opt/microsoft/mdatp/sbin
Environment=LD_LIBRARY_PATH=/opt/microsoft/mdatp/lib/

# Limit number of arena used by malloc
Environment=MALLOC_ARENA_MAX=2

# For proxy support, uncomment and add static proxy address
#Environment="HTTPS_PROXY=http://address:port"

# Number of files can open
LimitNOFILE=65536

ExecStart=/opt/microsoft/mdatp/sbin/wdavdaemon
NotifyAccess=main

# Restart on non-successful exits.
Restart=always

# Don't restart if we've restarted more than 3 times in 2 minutes.
StartLimitInterval=120
StartLimitBurst=3

# Enable Crashpad
Environment=ENABLE_CRASHPAD=1

# all available cgroup controllers are enabled and not influenced by systemd
Delegate=yes

[Install]
WantedBy=multi-user.target

Al-HUWAITI Shell