Skip to content

Commit

Permalink
Merge pull request #76 from NethServer/fixTimeout
Browse files Browse the repository at this point in the history
Fix typo in ExecStartPost command NethServer/dev#6817
  • Loading branch information
stephdl authored Jan 5, 2024
2 parents 2db8d28 + 43b48c4 commit 60cb076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/nextcloud-app.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Restart=always
TimeoutStopSec=70
ExecStartPre=/bin/rm -f %t/nextcloud-app.pid %t/nextcloud-app.ctr-id
ExecStartPre=-runagent discover-smarthost
ExecStartPost=runagent wait_startup
ExecStartPost=runagent wait-startup
ExecStartPost=runagent setup-smtp
ExecStart=/usr/bin/podman run --conmon-pidfile %t/nextcloud-app.pid --cidfile %t/nextcloud-app.ctr-id --cgroups=no-conmon --pod-id-file %t/nextcloud.pod-id --replace -d --name nextcloud-app --env-file=%S/state/config.env --env-file=%S/state/smarthost.env -v nextcloud-app-data:/var/www/html -v %S/state/zzz_nethserver.conf:/usr/local/etc/php-fpm.d/zzz_nethserver.conf:z ${NEXTCLOUD_APP_IMAGE}
ExecStop=/usr/bin/podman stop --ignore --cidfile %t/nextcloud-app.ctr-id -t 10
Expand Down

0 comments on commit 60cb076

Please sign in to comment.