4 lines
95 B
Python
4 lines
95 B
Python
from exceptions import ServiceExit
|
|
|
|
def service_shutdown(signum, frame):
|
|
raise ServiceExit
|