File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
3333 --cgroups=no-conmon \
3434 --shm-size=0 \
3535 --shm-size-systemd=0 \
36- --sdnotify=healthy \
36+ --sdnotify=conmon \
37+ -d \
3738 --name {{ .NamePrefix }}-db \
3839 --hostname {{ .NamePrefix }}-db.mgr.internal \
3940 --network-alias db \
@@ -67,8 +68,7 @@ ExecStopPost=/usr/bin/podman rm \
6768PIDFile=%t/%n.pid
6869TimeoutStopSec=180
6970TimeoutStartSec=900
70- Type=notify
71- NotifyAccess=all
71+ Type=forking
7272
7373[Install]
7474WantedBy=multi-user.target default.target
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
3131 --cgroups=no-conmon \
3232 --shm-size=0 \
3333 --shm-size-systemd=0 \
34- --sdnotify=healthy \
34+ --sdnotify=conmon \
3535 --systemd=always \
36+ -d \
3637 --name {{ .NamePrefix }}-server \
3738 --hostname {{ .NamePrefix }}-server.mgr.internal \
3839 {{ .Args }} \
@@ -86,8 +87,7 @@ ExecStopPost=/usr/bin/podman rm \
8687PIDFile=%t/uyuni-server.pid
8788TimeoutStopSec=180
8889TimeoutStartSec=900
89- Type=notify
90- NotifyAccess=all
90+ Type=forking
9191
9292[Install]
9393WantedBy=multi-user.target default.target
Original file line number Diff line number Diff line change @@ -115,8 +115,9 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
115115 --cgroups=no-conmon \
116116 --shm-size=0 \
117117 --shm-size-systemd=0 \
118- --sdnotify=healthy \
118+ --sdnotify=conmon \
119119 --systemd=always \
120+ -d \
120121 --name uyuni-server \
121122 --hostname uyuni-server.mgr.internal \
122123 --arg value \
@@ -158,8 +159,7 @@ ExecStopPost=/usr/bin/podman rm \
158159PIDFile=%t/uyuni-server.pid
159160TimeoutStopSec=180
160161TimeoutStartSec=900
161- Type=notify
162- NotifyAccess=all
162+ Type=forking
163163
164164[Install]
165165WantedBy=multi-user.target default.target
@@ -203,8 +203,9 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
203203 --cgroups=no-conmon \
204204 --shm-size=0 \
205205 --shm-size-systemd=0 \
206- --sdnotify=healthy \
206+ --sdnotify=conmon \
207207 --systemd=always \
208+ -d \
208209 --name uyuni-server \
209210 --hostname uyuni-server.mgr.internal \
210211 --arg value \
@@ -238,8 +239,7 @@ ExecStopPost=/usr/bin/podman rm \
238239PIDFile=%t/uyuni-server.pid
239240TimeoutStopSec=180
240241TimeoutStartSec=900
241- Type=notify
242- NotifyAccess=all
242+ Type=forking
243243
244244[Install]
245245WantedBy=multi-user.target default.target
Original file line number Diff line number Diff line change 1+ - Revert usage of sdnotify as it causes podman panic on SP7
2+ (bsc#1270399, bsc#1270398)
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Requires: (netavark if podman)
116116Requires: openssl
117117# suse_version
118118%if "%{_vendor }" != "debbuild"
119- Requires: (podman >= 4.7.2 if podman)
119+ Requires: (podman >= 4.5.0 if podman)
120120%endif
121121
122122%description -n %{name_adm }
You can’t perform that action at this time.
0 commit comments