Preguntas con la etiqueta [start-stop-daemon]
Lista
start-stop-daemon preguntas
¿Cómo procesar la señal SIGTERM con gracia?
10
respuestas
332
votos
300.1k
vistas
Supongamos que tenemos un demonio tan trivial escrito en Python: def mainloop(): while True: # 1. do # 2. some # 3. important # 4. job # 5. sleep mainloop()