Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/undercode99/python-daemon

Simple run background (deamon) with python
https://github.com/undercode99/python-daemon

Last synced: about 2 months ago
JSON representation

Simple run background (deamon) with python

Awesome Lists containing this project

README

        

## Simple run background (deamon) with python

1. Install python deamon
- `pip install python-daemon`

2. Running script in deamon
- `python startdeamon.py`

3. Stop script deamon
- `python stopdeamon.py`