openhab / openhab-linuxpkg

Repo for Linux packages
Eclipse Public License 2.0
18 stars 33 forks source link

Detect use of non-standard service file #103

Closed BClark09 closed 4 years ago

BClark09 commented 6 years ago

Installation or upgrade should detect if there is an existing service file that isn't /usr/lib/systemd/system/openhab2.service.

Recommended action is to remove anything that isn't the above file. I'm not sure how, but some users have a service file that isn't part of the apt installation that exists in /lib/systemd/system. This is likely due to using rc.init methods which are overridden.

BClark09 commented 4 years ago

This is likely due to using rc.init methods which are overridden.

Will no longer be the case now that only systemd can be used on systems that have it.