tgorgdotcom / locast2plex

A very simple script to connect locast to Plex's live tv/dvr feature.
MIT License
234 stars 43 forks source link

Update example systemd file and instructions. Remove daemonize #263

Closed nshafer closed 3 years ago

nshafer commented 3 years ago

The systemd service file was written with an old init-style dependency on daemonize which isn't needed at all, and actually didn't quite work as intended when stopping the service. Everything that daemonize does is built into systemd already. This as now written will run on any systemd-based OS (debian, ubuntu, centos, redhat, etc) and is a little more secure and reliable.

Thanks!