diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/syncthing.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb index c7d48f682..615961078 100644 --- a/Library/Formula/syncthing.rb +++ b/Library/Formula/syncthing.rb @@ -32,6 +32,11 @@ class Syncthing < Formula <!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>STNORESTART</key> + <string>yes</string> + </dict> <key>KeepAlive</key> <true/> <key>Label</key> |
