Skip to content

Commit

Permalink
File Name change
Browse files Browse the repository at this point in the history
watchProtect.sh sounds better
  • Loading branch information
justinrummel committed Feb 21, 2013
1 parent b11307e commit ed11bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/LaunchDaemons/com.stonyrivertech.XProtect.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string>com.stonyrivertech.XProtect</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/backProtect.sh</string>
<string>/usr/local/bin/watchProtect.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This a tool to copy the XProtect.plist file whenever it changes via LaunchDaemon

Copy the files as needed:

* /usr/local/bin/backProtect.sh
* /usr/local/bin/watchProtect.sh
* /Library/LaunchDaemons/com.stonyrivertech.XProtect.plist

Be sure to chmod +x /usr/local/bin/backProtect.sh so it's an executable script and that the plist permisions are ```rw-r--r-- 1 root wheel```
Be sure to chmod +x /usr/local/bin/watchProtect.sh so it's an executable script and that the plist permisions are ```rw-r--r-- 1 root wheel```

Once the files are copied to your computer in the correct locations you can load the LaunchDaemon via:

Expand Down
File renamed without changes.

0 comments on commit ed11bf4

Please sign in to comment.