locast2plex
locast2plex copied to clipboard
locast2plex.service for Ubuntu 20.x, daemonize location
For Ubuntu 20, I had to change the ExecStart= variable in locast2plex.service file, as the 'daemonize' binary is installed in /usr/bin/. The ExecStart variable in locast2plex.service (Cent Os) file references /usr/sbin
~/locast2plex$ which daemonize /usr/bin/daemonize
Do you want me to update comments the locast2plex.service file and submit a pull request ?
They shouldnt have 1 systemd file since each distro does it differently. They should have a file per distro. If I were you I would rename them accordingly and update the README and do a PR for it. Thanks!