Add geoclue-agent.service

Required for geolocation using the system geoclue service.
This commit is contained in:
2022-03-01 11:01:33 +03:00
parent 8f4161b832
commit 3a0beefd2e
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=Geoclue agent
BindsTo=sway-session.target
[Service]
Type=simple
ExecStart=/usr/lib/geoclue-2.0/demos/agent
[Install]
WantedBy=sway-session.target