mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
11 lines
189 B
YAML
11 lines
189 B
YAML
|
name: location_services
|
||
|
examples: >-
|
||
|
If this query returns a 1 in the enabled column, location services are enabled
|
||
|
on this Mac.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT enabled from location_services;
|
||
|
|
||
|
```
|