Skip to content

Commit 24af72e

Browse files
committed
Update conf
1 parent 0e8d849 commit 24af72e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gridinit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ command=gridinit_testcmd /tmp/key0.out 5
7979
# are sent.
8080
enabled=true
8181

82-
# on_die : 'cry' | 'respawn' | 'exit'
82+
# on_die : 'cry' | 'respawn'
8383
# Optional and dangerous directive telling what to do with the whole
8484
# gridinit when the current service dies, whatever the normality of
8585
# the death.

main/gridinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ _cfg_section_service(GKeyFile *kf, const gchar *section, GError **err)
12361236
WARN("Failed to set 'tobestarted/tobestopped' for [%s] : %s", str_key, strerror(errno));
12371237
}
12381238

1239-
/* on_die management. Respawn, cry, or abort */
1239+
/* on_die management. Respawn, cry */
12401240
if (str_ondie) {
12411241
if (0 == g_ascii_strcasecmp(str_ondie, "cry")) {
12421242
if (0 > supervisor_children_set_respawn(str_key, FALSE))

0 commit comments

Comments
 (0)