mholt / photobak

Back up your content from Google Photos - DEPRECATED: use Timeliner
https://github.com/mholt/timeliner
307 stars 29 forks source link

Ignore SIGPIPE #6

Closed KonishchevDmitry closed 7 years ago

KonishchevDmitry commented 7 years ago

The default behaviour on SIGPIPE is to silently terminate the program which breaks clean shutdown, so ignore it because every program should check write() return code instead of crashing if some file descriptor became unavailable for writing.