Add line about feedback and comments

pull/2/head
Nevik Rehnel 12 years ago
parent 7a0932f7e4
commit 40e0ea3d84

@ -33,4 +33,7 @@ If you want to have the script auto-started upon boot, the method to do this dep
A central place to put startup scripts on Linux is generally `/etc/rc.local` (to my knowledge; only tested and confirmed on Ubuntu). This file, if it has the +x bit, will be executed upon startup, **by the root user account**. If you want to start `gitwatch` from `rc.local`, the recommended way to call it is:<br />
`su -c "/absolute/path/to/script/gitwatch.sh /absolute/path/to/watched/file/or/folder" -l <username> &`<br />
The `<username>` bit should be replaced with your username or that of any other (non-root) user account; it only needs write-access to the git repository of the file/folder you want to watch. The ampersand (`&`) at the end sends the launched process into the background (this is important if you have other calls in `rc.local` after the mentioned line, because the `gitwatch` call does not usually return).
Please also note that if either of the paths involved contains spaces or special characters, you need to escape them accordingly; if you don't know how to do that, the internet will help you, or feel free to ask here or contact me directly.
Please also note that if either of the paths involved contains spaces or special characters, you need to escape them accordingly; if you don't know how to do that, the internet will help you, or feel free to ask here or contact me directly.
##Feedback
If you have feedback, comments or questions, please feel free to use the full range of interaction: contact me, fork the repo, use the issue tracker, etc. :)
Loading…
Cancel
Save