openhab / openhab-linuxpkg

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

Fix typo of systemctl path #173

Closed BClark09 closed 4 years ago

BClark09 commented 4 years ago

Simple typo, didn't come up during testing because /etc/init.d/openhab2 existed which redirected to systemctl anyway.

159/#163 changed this to correct (but broken) behaviour.

Fixes #172

Signed-off-by: Ben Clark ben@benjyc.uk