datenschuft / SMA-EM

SMA Energymeter measurement
GNU General Public License v2.0
92 stars 38 forks source link

modify daemon for systemd #50

Closed dervomsee closed 3 years ago

dervomsee commented 3 years ago

As i understand systemd, forking is not nessesary. https://stackoverflow.com/questions/61753655/is-forking-in-a-daemon-still-necessary-when-using-systemd

I extended the daemon3 class by two functions, which run the main process without forking.