rssht icon indicating copy to clipboard operation
rssht copied to clipboard

Trap SIGINT to cleanup .pid file

Open Arkanosis opened this issue 10 years ago • 0 comments
trafficstars

The current code does not cleanup the .pid file, as the rm is after an infinite loop. We should trap SIGINT or any other catchable signal to remove it.

Arkanosis avatar Jun 08 '15 22:06 Arkanosis