From 4da7f99d1aa28b97914b2735fce7039ebe66e64e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 Jul 2024 13:03:09 +0300 Subject: [PATCH] Initial commit of gpsd configuration --- etc/gpsd.aminda.conf | 1 + etc/systemd/system/gpsd.service.d/aminda-additions.conf | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 etc/gpsd.aminda.conf create mode 100644 etc/systemd/system/gpsd.service.d/aminda-additions.conf diff --git a/etc/gpsd.aminda.conf b/etc/gpsd.aminda.conf new file mode 100644 index 00000000..00009d36 --- /dev/null +++ b/etc/gpsd.aminda.conf @@ -0,0 +1 @@ +#AMINDAGPSD="" diff --git a/etc/systemd/system/gpsd.service.d/aminda-additions.conf b/etc/systemd/system/gpsd.service.d/aminda-additions.conf new file mode 100644 index 00000000..ac51cdf9 --- /dev/null +++ b/etc/systemd/system/gpsd.service.d/aminda-additions.conf @@ -0,0 +1,4 @@ +[Service] +EnvironmentFile=-/etc/gpsd.aminda.conf +ExecStart= +ExecStart=/usr/sbin/gpsd --debug 2 --nowait --badtime $GPSD_OPTIONS $OPTIONS $DEVICES $AMINDAGPSD