2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Extend timeout for xcatd

Particularly on service nodes, it takes longer to startup
and systemd needs to be more patient.
This commit is contained in:
Jarrod Johnson 2019-10-11 10:25:38 -04:00 committed by Mark Gurevich
parent 222d26f24f
commit ff37c2fd6a

View File

@ -12,6 +12,7 @@ LimitNOFILE=16000
RemainAfterExit=no
Restart=on-failure
RestartSec=5s
TimeoutStartSec=600
[Install]
WantedBy=multi-user.target