Re: [Solved] Warning: The unit file, source configuration file or drop-ins of openhab2.service changed on disk.
Verfasst: 8. Mär 2022 18:51
Code: Alles auswählen
systemctl daemon-reload
Code: Alles auswählen
[Unit]
Description=openHAB instance, reachable at http://%H:8080
Wants=frontail.service
Before=frontail.service
Code: Alles auswählen
───────────────┤ openHABian Configuration Tool — [openHAB3]{2022-02-19T21:38:57+01:00}(9af1d52) ├────────────────┐
│ │
│ 41 | openHAB Release Install or switch to the latest openHAB Release │
│ | openHAB Milestone Install or switch to the latest openHAB Milestone Build │
│ | openHAB Snapshot Install or switch to the latest openHAB Snapshot Build │
│ 42 | Upgrade to openHAB 3 Upgrade OS environment to openHAB 3 release │
│ | Downgrade to openHAB 2 Downgrade OS environment from openHAB 3 back to openHAB 2 (DANGEROUS) │
│ 43 | Remote Console Bind the openHAB SSH console to all external interfaces │
│ 44 | Nginx Proxy Setup reverse and forward web proxy │
│ 45 | OpenJDK 11 Install OpenJDK 11 as Java provider │
│ | OpenJDK 17 Install OpenJDK 17 as Java provider │
│ | Zulu 11 OpenJDK 32-bit Install Zulu 11 32-bit OpenJDK as Java provider │
│ | Zulu 11 OpenJDK 64-bit Install Zulu 11 64-bit OpenJDK as Java provider │
│ │
│ │
│ <Execute> <Back> │
│ │
Code: Alles auswählen
openHABian Configuration Tool — [openHAB3]{2021-12-02T09:19:37-07:00}(bb960d8)
Code: Alles auswählen
openhabian@openhabian:~ $ sudo systemctl status openhab.service
[sudo] password for openhabian:
● openhab.service - openHAB - empowering the smart home
Loaded: loaded (/lib/systemd/system/openhab.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2022-03-08 22:05:03 CET; 2min 23s ago
Docs: https://www.openhab.org/docs/
https://community.openhab.org
Main PID: 712 (java)
Tasks: 248 (limit: 4915)
CGroup: /system.slice/openhab.service
└─712 /usr/bin/java -XX:-UsePerfData -Dopenhab.home=/usr/share/openhab -Dopenhab.conf=/etc/openhab -Dopenhab.runtime=/usr/share/openhab/runtime -Dopenhab.userdata=/var/lib/openhab -Dopenhab.logdir=/var/log/openhab -Dfelix.cm.d
Mar 08 22:05:03 openhabian systemd[1]: Started openHAB - empowering the smart home.
lines 1-11/11 (END)
Code: Alles auswählen
sudo apt update && sudo apt -y upgrade && sudo apt -y full-upgrade
grep -rl buster /etc/apt/ | sudo xargs sed -i 's/buster/bullseye/g'