diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-25 01:33:14 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-25 01:33:14 +0100 |
commit | 43f9a40fa70a0cdbbf290184ca9d49950b1c87e0 (patch) | |
tree | a94e22bb77e434c04d36b60a696122058bbce341 | |
parent | 48eec95a9fe95f33e66266fcfed9833ef618775b (diff) | |
download | Git-Auto-Deploy-43f9a40fa70a0cdbbf290184ca9d49950b1c87e0.zip Git-Auto-Deploy-43f9a40fa70a0cdbbf290184ca9d49950b1c87e0.tar.gz Git-Auto-Deploy-43f9a40fa70a0cdbbf290184ca9d49950b1c87e0.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Start ```Git-Auto-Deploy```. python gitautodeploy -To start ```Git-Auto-Deploy``` automatically on boot, you can use crontab. Open crontab in edit mode using ```crontab -e``` and add the entry below. +To start ```Git-Auto-Deploy``` automatically on boot, open crontab in edit mode using ```crontab -e``` and add the entry below. @reboot /usr/bin/python /path/to/Git-Auto-Deploy/gitautodeploy --daemon-mode --quiet --config /path/to/git-auto-deploy.conf.json |