Commit 612b2c15 authored by Chris Jowett's avatar Chris Jowett

Add RestartSec to ansible systemd unit files

parent f9dd8ded
......@@ -13,6 +13,7 @@ LimitNPROC=infinity
LimitCORE=infinity
TasksMax=infinity
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target
......@@ -11,5 +11,7 @@ LimitNPROC=infinity
LimitCORE=infinity
TasksMax=infinity
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment