Skip to content

Commit 8c3c64b

Browse files
committed
Always run in systemd mode as autodetection no longer works
1 parent 7a10113 commit 8c3c64b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

mgradm/shared/templates/serviceTemplate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
3232
--shm-size=0 \
3333
--shm-size-systemd=0 \
3434
--sdnotify=conmon \
35+
--systemd=always \
3536
-d \
3637
--name {{ .NamePrefix }}-server \
3738
--hostname {{ .NamePrefix }}-server.mgr.internal \

mgradm/shared/templates/templates_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ ExecStart=/bin/sh -c '/usr/bin/podman run \
116116
--shm-size=0 \
117117
--shm-size-systemd=0 \
118118
--sdnotify=conmon \
119+
--systemd=always \
119120
-d \
120121
--name uyuni-server \
121122
--hostname uyuni-server.mgr.internal \

0 commit comments

Comments
 (0)