Füge Unterstützung für systemd hinzu, indem die systemd-Entwicklungslibraries in CMakeLists.txt und Installationsskripten für OpenSUSE und Ubuntu 22 integriert werden. Aktualisiere die yourpart-daemon.service-Datei für eine verbesserte Service-Verwaltung und implementiere die Benachrichtigung an systemd, wenn der Dienst bereit ist.
This commit is contained in:
committed by
Torsten (PC)
parent
91420b9973
commit
8ba4566d23
@@ -123,6 +123,10 @@ fi
|
||||
log_info "Installiere nlohmann-json..."
|
||||
sudo zypper install -y nlohmann_json-devel
|
||||
|
||||
# Installiere systemd development libraries
|
||||
log_info "Installiere systemd development libraries..."
|
||||
sudo zypper install -y systemd-devel
|
||||
|
||||
# Installiere PostgreSQL Server (falls nicht vorhanden)
|
||||
log_info "Prüfe PostgreSQL Installation..."
|
||||
if ! systemctl is-active --quiet postgresql; then
|
||||
|
||||
Reference in New Issue
Block a user