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

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.

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
```