Merge pull request #2446 from jippi/patch-2

Fix #2445
This commit is contained in:
Michael Schurter
2017-03-14 09:15:30 -07:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ job "docs" {
source = "local/redis.conf.tpl"
destination = "local/redis.conf"
change_mode = "signal"
change_signal = "SIGNINT"
change_signal = "SIGINT"
}
}
}