mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-12 16:14:37 +08:00
Merge branch 'develop' of https://github.com/gravitl/netmaker into develop
This commit is contained in:
commit
946b2ed12f
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -28,5 +28,3 @@ func RunCmdFormatted(command string, printerr bool) (string, error) {
|
|||
func GetEmbedded() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue