mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
first
This commit is contained in:
19
stubs/daemon.plist
Normal file
19
stubs/daemon.plist
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>Label</key>
|
||||
<string>com.laravel.maltServer</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/php</string>
|
||||
<string>-S</string>
|
||||
<string>127.0.0.1:80</string>
|
||||
<string>SERVER_PATH</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/tmp/com.laravel.maltServer.err</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user