Skip to content
Snippets Groups Projects
Commit 4c3ab90e authored by Julien Leduc's avatar Julien Leduc
Browse files

Restart cta-frontend every 10s forever until it comes back.

parent 7f705edc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,10 @@ After=network-online.target
ExecStart=/usr/bin/xrootd -l /var/log/cta-frontend-xrootd.log -c /etc/cta/cta-frontend-xrootd.conf -k fifo -n cta
User=cta
Type=simple
Restart=no
Restart=always
RestartSec=10
StartLimitInterval=0
StartLimitBurst=0
LimitCORE=infinity
LimitNOFILE=65536
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment