Skip to content

Commit 3756cc2

Browse files
committed
Formatting changes
1 parent 8838413 commit 3756cc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/linux-custom-location-installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ No, installation location changes require a fresh install.
147147
148148
- **Check service status:**
149149
150-
- Run: `systemctl status mdatp`
150+
Run: `systemctl status mdatp`
151+
151152
```
152153
● mdatp.service - Microsoft Defender
153154
Loaded: loaded (/lib/systemd/system/mdatp.service; enabled; vendor preset: enabled)
@@ -162,19 +163,18 @@ No, installation location changes require a fresh install.
162163
163164
- Primary: `/etc/opt/microsoft/mdatp/mde_path.json`
164165
- Example: `{"path": "/var/tmp/TestInstall/microsoft_mdatp"}`
165-
- If missing or malformed, MDE fallbacks to the secondary file.
166+
- If missing or malformed, Microsoft Defender for Endpoint fallbacks to the secondary file.
166167
- Secondary: `<custom_installation_path>/opt/microsoft/mdatp/conf/mde_path.json`
167168
- Should match the primary config.
168169
- This file is created at installation time.
169170
- Inconsistencies may indicate installation corruption.
170171
- Ensure the path is absolute.
171-
---
172172
173173
### 2. Verify the symlink to the custom location
174174
175-
- Run: `ls -ltr /opt/microsoft/mdatp`
176-
- Output should show `/opt/microsoft/mdatp` as a symlink to your custom location: `lrwxrwxrwx 1 root root ... /opt/microsoft/mdatp -> /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp`
177-
---
175+
Run: `ls -ltr /opt/microsoft/mdatp`
176+
177+
Output should show `/opt/microsoft/mdatp` as a symlink to your custom location: `lrwxrwxrwx 1 root root ... /opt/microsoft/mdatp -> /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp`
178178
179179
## Related content
180180

0 commit comments

Comments
 (0)