blob: d34abe2b42e7a054e9cfa6e7724acae0efc7edea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Contributed by skrat on AUR
[Unit]
Description=DBus system service to communicate with GPS
Before=gpsd.service
[Service]
ExecStart=/usr/bin/mbm-gpsd -f
[Install]
WantedBy=gpsd.service
|