180
180
# Install the emergency shutdown signal handler
181
181
signal.signal(signal.SIGTERM, sigterm_handler)
184
184
# Guarantee that all newly created files have the proper permission.
185
185
# proper group ownership should be assured by the autoconf script
186
186
# enforcing that all directories have the group sticky bit set