added geoclue systemd agent for geoclue
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
1. create hard link from _firefox/userChrome.css_ to _.mozilla/firefox/\<profile>/chrome/userChrome.css
|
- before using Redshift enable the geoclue agent
|
||||||
1. add content of TST-config to the TST config
|
```bash
|
||||||
|
systemctl --user start geoclue-agent.service
|
||||||
|
```
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=redshift needs to get a (geo)clue
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/lib/geoclue-2.0/demos/agent
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user