forked from TrueCloudLab/restic
update comment
This commit is contained in:
parent
b41107dcaf
commit
0a65a0f94f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func RunCleanupHandlers(code int) int {
|
|||
return code
|
||||
}
|
||||
|
||||
// CleanupHandler handles the SIGINT signals.
|
||||
// CleanupHandler handles the SIGINT and SIGTERM signals.
|
||||
func CleanupHandler(c <-chan os.Signal) {
|
||||
for s := range c {
|
||||
debug.Log("signal %v received, cleaning up", s)
|
||||
|
|
Loading…
Reference in a new issue