Skip to content

Commit

Permalink
Fix doc (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 25, 2020
1 parent 0a04e82 commit c7f628d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ See how to create [Linux service](linux-service.md) to start FTPGrab automatical
### 2. Running from terminal

```shell
$ FTPGRAB_DB=/var/lib/ftpgrab/ftpgrab.db /usr/local/bin/ftpgrab \
$ FTPGRAB_DB_PATH=/var/lib/ftpgrab/ftpgrab.db /usr/local/bin/ftpgrab \
--config /etc/ftpgrab/ftpgrab.yml \
--schedule "*/30 * * * *"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/install/linux-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Group=ftpgrab
ExecStart=/usr/local/bin/ftpgrab --config /etc/ftpgrab/ftpgrab.yml --schedule "*/30 * * * *" --log-level info
Restart=always
#Environment=TZ=Europe/Paris
Environment=FTPGRAB_DB=/var/lib/ftpgrab/ftpgrab.db
Environment=FTPGRAB_DB_PATH=/var/lib/ftpgrab/ftpgrab.db
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit c7f628d

Please sign in to comment.