diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-13 22:33:54 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-13 22:33:54 +0100 |
commit | ddc93dda5f8b5b2e9feab8a1fc857735023c1167 (patch) | |
tree | 5c920d3d3492185bf059f592db0354a5de6512b2 | |
parent | 53b8e950611462cb58b21ae623945a96fa7c0721 (diff) | |
download | Git-Auto-Deploy-ddc93dda5f8b5b2e9feab8a1fc857735023c1167.zip Git-Auto-Deploy-ddc93dda5f8b5b2e9feab8a1fc857735023c1167.tar.gz Git-Auto-Deploy-ddc93dda5f8b5b2e9feab8a1fc857735023c1167.tar.bz2 |
Updated docs
-rw-r--r-- | docs/Start automatically on boot.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Start automatically on boot.md b/docs/Start automatically on boot.md index 316f87c..48977a3 100644 --- a/docs/Start automatically on boot.md +++ b/docs/Start automatically on boot.md @@ -24,6 +24,11 @@ Now you need to add the correct symbolic link to your specific runlevel dir to g update-rc.d git-auto-deploy defaults +Fire it up and verify; + + service git-auto-deploy start + service git-auto-deploy status + ## Systemd Copy the sample systemd service file ```git-auto-deploy.service``` into ```/etc/systemd/system```; |