Added command scripts for osx to install i2p as a daemon in launchd.

.command extension make it possible to double click on it like bat files
in windows. Daemon is runned as the user who executes the command file.
This commit is contained in:
meeh
2012-09-05 21:36:24 +00:00
parent 9fd2f1e6a7
commit 5056706742
6 changed files with 81 additions and 0 deletions

View File

@@ -768,6 +768,9 @@
<copy todir="pkg-temp/lib/wrapper/macosx/">
<fileset dir="installer/lib/wrapper/macosx/" excludes="*.txt" />
</copy>
<copy file="installer/resources/net.i2p.router.plist.template" todir="pkg-temp/" />
<copy file="installer/resources/install_i2p_service_osx.command" todir="pkg-temp/" />
<copy file="installer/resources/uninstall_i2p_service_osx.command" todir="pkg-temp/" />
</target>
<target name="preppkg-osx-only" depends="preppkg-osx, jbigi-osx-only" >