5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 16:09:36 +00:00

Fix launchd file for macOS to use -useconffile

This commit is contained in:
Neil Alexander 2019-03-04 08:44:25 +00:00
parent 1e2436f5c1
commit ddd1ac4606
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -8,7 +8,7 @@
<array>
<string>sh</string>
<string>-c</string>
<string>/usr/local/bin/yggdrasil -useconf &lt; /etc/yggdrasil.conf</string>
<string>/usr/local/bin/yggdrasil -useconffile /etc/yggdrasil.conf</string>
</array>
<key>KeepAlive</key>
<true/>