techie66 / EngineDataLogger

Data logger and master controller for Raspberry Pi based ECU that communicates with various external MCUs
GNU General Public License v3.0
5 stars 0 forks source link

typo in enginedatalogger.service #25

Closed kurt-k3po closed 3 years ago

kurt-k3po commented 3 years ago

In the result a typo in /lib/systemd/system/enginedatalogger.service prevents automatic start after boot,

systemd[1]: /lib/systemd/system/enginedatalogger.service:10: Unknown lvalue 'WantedBy' in section 'Service', ignoring

Found this in source

https://github.com/techie66/EngineDataLogger/blob/65a44eaa3cc3ba6f8d655996624b4b302222ee7f/etc/enginedatalogger.service.in#L14

'#' in front of section '[Install]' should be removed.

Please check, if this is the right and only place which have to be corrected

techie66 commented 3 years ago

I'll leave this open until you can confirm that the issue is fixed.

kurt-k3po commented 3 years ago

Fix confirmed.