summaryrefslogtreecommitdiff
path: root/strata/geolocation/geoclue.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/geolocation/geoclue.morph')
-rw-r--r--strata/geolocation/geoclue.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/strata/geolocation/geoclue.morph b/strata/geolocation/geoclue.morph
new file mode 100644
index 00000000..3be946bb
--- /dev/null
+++ b/strata/geolocation/geoclue.morph
@@ -0,0 +1,13 @@
+name: geoclue
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc \
+ --disable-nmea-source \
+ --with-dbus-service-user=geoclue
+system-integration:
+ geoclue-misc:
+ 00-add-geoclue-user:
+ - groupadd geoclue
+ - useradd -c "GeoClue Owner" -r -g geoclue -s /bin/false geoclue