Created
September 12, 2016 20:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Service] | |
RestartSec=3 | |
Restart=always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment