Skip to content

Commit

Permalink
Fix KeepAlive macOS launchd setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaulomatic committed Jul 10, 2018
1 parent b0236c5 commit 6da5145
Showing 1 changed file with 22 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
<?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>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin</string>
<key>Label</key>
<string>de.logixware.SoftEther.Client.Daemon</string>
<key>RunAtLoad</key>
<true />
<key>KeepAlive</key>
<true />
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin</string>
</dict>
<key>ProgramArguments</key>
<array>
<string>/Applications/SoftEther VPN Client.app/Contents/Resources/daemon/Logixware.SoftEther.Client.Daemon
</string>
</array>
<key>WorkingDirectory</key>
<string>/Applications/SoftEther VPN Client.app/Contents/Resources/daemon</string>
<key>StandardOutPath</key>
<string>/var/log/logixware/vpnclient/output.log</string>
<key>StandardErrorPath</key>
<string>/var/log/logixware/vpnclient/error.log</string>
</dict>
<key>Label</key>
<string>de.logixware.SoftEther.Client.Daemon</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/SoftEther VPN Client.app/Contents/Resources/daemon/Logixware.SoftEther.Client.Daemon</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>WorkingDirectory</key>
<string>/Applications/SoftEther VPN Client.app/Contents/Resources/daemon</string>
<key>StandardOutPath</key>
<string>/var/log/logixware/vpnclient/output.log</string>
<key>StandardErrorPath</key>
<string>/var/log/logixware/vpnclient/error.log</string>
</dict>
</plist>

0 comments on commit 6da5145

Please sign in to comment.