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