Skip to content

Instantly share code, notes, and snippets.

@pht1
Created March 7, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pht1/7989de241da5c9bbbe0ff96ce9970b32 to your computer and use it in GitHub Desktop.
Save pht1/7989de241da5c9bbbe0ff96ce9970b32 to your computer and use it in GitHub Desktop.
[Unit]
Description=wait for redis to become live
Requires=redis.service
After=redis.service
[Service]
ExecStart=/bin/wait-for-redis.sh
Type=oneshot
TimeoutStartSec=60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment