Skip to content

Commit

Permalink
Remove unnecessary memcached command from sogo-app.service
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 8, 2023
1 parent 16988a7 commit 5c424aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imageroot/systemd/user/sogo-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ExecStartPre=/usr/local/bin/runagent discover-ldap
ExecStartPre=/usr/local/bin/runagent discover-service
ExecStartPre=/usr/local/bin/runagent expand-configuration
ExecStartPost=/usr/bin/bash -c "while ! /usr/bin/podman exec sogo-app /usr/bin/curl http://127.0.0.1:20001/SOGo ; do sleep 3 ; done"
ExecStartPost=/usr/bin/podman exec sogo-app /usr/bin/memcached -d -u sogo
ExecStart=/usr/bin/podman run --conmon-pidfile %t/sogo-app.pid \
--cidfile %t/sogo-app.ctr-id --cgroups=no-conmon \
--pod-id-file %t/sogo.pod-id --replace -d --name sogo-app \
Expand Down

0 comments on commit 5c424aa

Please sign in to comment.