buddy-tunnel
Advanced tools
Comparing version 1.7.2-dev to 1.7.3-dev
{ | ||
"name": "buddy-tunnel", | ||
"preferGlobal": false, | ||
"version": "1.7.2-dev", | ||
"version": "1.7.3-dev", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -81,13 +81,11 @@ const AgentSystem = require('./system'); | ||
<key>RunAtLoad</key> | ||
<true/> | ||
<key>StandardOutPath</key> | ||
<string>/var/log/buddy-tunnel.out.log</string> | ||
<key>StandardErrorPath</key> | ||
<string>/var/log/buddy-tunnel.err.log</string> | ||
<true/> | ||
`; | ||
<string>/var/log/buddy-tunnel.err.log</string>`; | ||
if (user) { | ||
cfg += ` | ||
<key>UserName</key> | ||
<string>${user}</string> | ||
`; | ||
<string>${user}</string>`; | ||
} | ||
@@ -94,0 +92,0 @@ cfg += ` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348631
8262