https://github.com/scionoftech/pythonscript-daemon
A simple code to run python script in background.
https://github.com/scionoftech/pythonscript-daemon
Last synced: 2 months ago
JSON representation
A simple code to run python script in background.
- Host: GitHub
- URL: https://github.com/scionoftech/pythonscript-daemon
- Owner: scionoftech
- Created: 2019-07-31T10:04:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T10:15:02.000Z (over 6 years ago)
- Last Synced: 2024-12-27T17:23:36.871Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonScript-Daemon
## How to Start, Stop and Restart
```shell
$ python app.py start
$ python app.py stop
$ python app.py restart
```