Merge branch 'develop' of https://github.com/gravitl/netmaker into develop

This commit is contained in:
afeiszli 2022-02-21 22:35:58 -05:00
commit 946b2ed12f
2 changed files with 4 additions and 2 deletions

View file

@ -99,6 +99,10 @@ func MacDaemonString() string {
</array>
<key>StandardOutPath</key><string>/etc/netclient/com.gravitl.netclient.log</string>
<key>StandardErrorPath</key><string>/etc/netclient/com.gravitl.netclient.log</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>AbandonProcessGroup</key><true/>
<key>EnvironmentVariables</key>
<dict>

View file

@ -28,5 +28,3 @@ func RunCmdFormatted(command string, printerr bool) (string, error) {
func GetEmbedded() error {
return nil
}