> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# xpc_unload

## Summary

Use xpc to execute routines with launchd to unload a running service.

* Needs Admin: False
* Version: 1
* Author: @xorrior, @Morpheus\_\_\_\_\_\_, @its\_a\_feature\_

### Arguments

#### file

* Description: Path to the plist file to unload.
* Required Value: True
* Default Value: None

## Usage

```
xpc_unload -file /Users/itsafeature/Desktop/evil.plist
```

## Detailed Summary

This command uses the `xpc_pipe_routine` function to send XPC messages to `launchd`.

This uses the ROUTINE\_UNLOAD routine to unload a daemon property list file.
