dotfiles/dotfiles/config/systemd/user/geoclue-agent.service
Alan Orth 3a0beefd2e
Add geoclue-agent.service
Required for geolocation using the system geoclue service.
2022-03-01 11:01:33 +03:00

11 lines
167 B
Desktop File

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