mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
allow localtimed to access geoclue
This commit is contained in:
parent
208981c756
commit
19d84ae47a
1 changed files with 9 additions and 0 deletions
|
|
@ -8,3 +8,12 @@
|
|||
vars:
|
||||
unit: localtime.service
|
||||
run_on: "{{ localtime.run_on }}"
|
||||
|
||||
- name: Allow localtimed to access geoclue
|
||||
blockinfile:
|
||||
dest: /etc/geoclue/geoclue.conf
|
||||
block: |
|
||||
[localtimed]
|
||||
allowed=true
|
||||
system=false
|
||||
users=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue