Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ The `erpnext_sync.py` file is the "backbone" of this project. Apart from Windows

3. Run this script using `python3 erpnext_sync.py`

To run python script in background add ampersand `&` at the end like this `python3 erpnext_sync.py &`.

However, unexpected server restarts can kill these background processes too. So to prevent hangup signals, you can even use `nohup` like this `nohup python3 erpnext_sync.py &`

### UNIX

There's a [Wiki](https://github.com/frappe/biometric-attendance-sync-tool/wiki/Running-this-script-in-production) for this.
Expand Down Expand Up @@ -118,4 +122,4 @@ Installing as a Windows service

### License

This project is licensed under [GNU General Public License v3.0](LICENSE)
This project is licensed under [GNU General Public License v3.0](LICENSE)