Created
August 16, 2016 04:22
-
-
Save richardtallent/aaf232d46ad77e7b0b40aa79b16dc8b8 to your computer and use it in GitHub Desktop.
Revisions
-
richardtallent created this gist
Aug 16, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>GroupName</key> <string>_www</string> <key>InitGroups</key> <true/> <key>KeepAlive</key> <true/> <key>Label</key> <string>dotnet.api</string> <key>ProgramArguments</key> <array> <string>/usr/local/share/dotnet/dotnet</string> <string>MyWebApi.dll</string> </array> <key>RunAtLoad</key> <true/> <key>StandardErrorPath</key> <string>/tmp/dotnet-api-sterr.log</string> <key>StandardOutPath</key> <string>/tmp/dotnet-api-stdout.log</string> <key>UserName</key> <string>_www</string> <key>WorkingDirectory</key> <string>/path/to/dotnetapi/published/folder/</string> </dict> </plist>