Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/undercode99/python-daemon
- Owner: undercode99
- Created: 2021-03-18T09:26:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T09:30:28.000Z (almost 4 years ago)
- Last Synced: 2023-07-28T02:05:57.087Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`