Skip to content

Commit

Permalink
Merge pull request #151 from jvlcek/bz_1508843_evm-failover-monitor
Browse files Browse the repository at this point in the history
ExecStart requires an absolute executable path
(cherry picked from commit d7af23a)

https://bugzilla.redhat.com/show_bug.cgi?id=1510068
  • Loading branch information
bdunne authored and simaishi committed Nov 6, 2017
1 parent 6eb3a68 commit ac09727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COPY/usr/lib/systemd/system/evm-failover-monitor.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=PostgreSQL Failover Monitor for ManageIQ
After=evmserverd.service

[Service]
ExecStart=source /etc/default/evm && bundle exec postgres_ha_admin
ExecStart=/bin/sh -c /etc/default/evm && bundle exec postgres_ha_admin
Restart=on-failure

[Install]
Expand Down

0 comments on commit ac09727

Please sign in to comment.