# systemctl
Is there a service running on your machine but you don't know where it's running from?
`systemctl status [PATTERN...|PID...]` will show the file the service runs from.
`systemctl list-units` will list all loaded active units. It may or may not show the file location for a given unit.