Your IP : 18.191.37.129


Current Path : /lib/systemd/system/
Upload File :
Current File : //lib/systemd/system/mde_autoupdate.service

[Unit]
Description=Service to update Microsoft Defender
After=network.target

[Service]
Type=simple
ExecStartPre=-pkill -f /opt/microsoft/mdatp/sbin/update_executor
ExecStart=/opt/microsoft/mdatp/sbin/update_executor
User=root
Group=root
PrivateTmp=true
NoNewPrivileges=true

[Install]
WantedBy=multi-user.target