summaryrefslogtreecommitdiff
path: root/btgpsd.service
blob: 72ca5a6e79403bedbac1a93a8f6f8ef2735a21d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Bluetooth GPS daemon
Requires=dbus.socket bluetooth.target
After=dbus.socket bluetooth.target

[Service]
ExecStart=/usr/sbin/btgpsd
Restart=always

[Install]
WantedBy=user-session.target