Skip to content

Commit

Permalink
Merge pull request #24706 from SEIAROTg/systemd-absolute-path
Browse files Browse the repository at this point in the history
Fixes missing binary in systemd.
  • Loading branch information
openshift-merge-bot[bot] authored Nov 29, 2024
2 parents 2d46f42 + 156fc08 commit c3d7723
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Type=oneshot
# Set a timeout as by default oneshot does not have one and in case network-online.target
# never comes online we do not want to block forever, 90s is the default systemd unit timeout.
TimeoutStartSec=90s
ExecStart=sh -c 'until systemctl is-active network-online.target; do sleep 0.5; done'
ExecStart=/bin/sh -c 'until systemctl is-active network-online.target; do sleep 0.5; done'
RemainAfterExit=yes

0 comments on commit c3d7723

Please sign in to comment.