Crear un demonio de Linux con Python
Posted on dom 02 febrero 2014 in Tutorial Python • Tagged with Canaima, Debian, Fedora, General, Linux, Python, Ubuntu, Python-daemon, Python-lockfile • 3 min read
Este artículo se basa en el siguiente artículo en inglés.
La idea es crear un proceso demonio de Linux con Python.
Para ello se requerirá los 2 siguientes librerías de python:
Python-daemon
Python-lockfile
A lo debian se usa el comando apt-get
:
#apt-get install python-daemon python-lockfile
A lo python se ejecuta …
Continue reading