THX
I did
root@srvHome01:/# systemctl disable openhab2
Synchronizing state of openhab2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable openhab2
root@srvHome01:/# rm -f /lib/systemd/system/openhab2.service
root@srvHome01:/# daemon-reload
bash: daemon-reload: Kommando nicht gefunden.
root@srvHome01:/# systemctl daemon-reload
root@srvHome01:/# systemctl enable openhab2
Synchronizing state of openhab2.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable openhab2
Created symlink /etc/systemd/system/multi-user.target.wants/openhab2.service → /usr/lib/systemd/system/openhab2.service.
root@srvHome01:/# systemctl start openhab2
root@srvHome01:/# systemctl status openhab2.service
● openhab2.service - openHAB 2 - empowering the smart home
Loaded: loaded (/usr/lib/systemd/system/openhab2.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2018-05-20 19:44:03 CEST; 29s ago
Docs: http://docs.openhab.org
https://community.openhab.org
Main PID: 4932 (java)
Tasks: 149 (limit: 4915)
CGroup: /system.slice/openhab2.service
└─4932 /usr/bin/java -Dopenhab.home=/usr/share/openhab2 -Dopenhab.conf=/etc/openhab2 -Dopenhab.runtime=/usr/share/openhab2/runt
Mai 20 19:44:03 srvHome01 systemd[1]: Started openHAB 2 - empowering the smart home.
And it seems to run
But rus it as a service now?