Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created September 12, 2016 20:35
Show Gist options
  • Save joejulian/7d7e733406e725c2bdbf77a803502fdf to your computer and use it in GitHub Desktop.
Save joejulian/7d7e733406e725c2bdbf77a803502fdf to your computer and use it in GitHub Desktop.
Make glusterd restart continuously if it fails: /etc/systemd/system/glusterd.service.d/10_restart.conf
[Service]
RestartSec=3
Restart=always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment