all repos — nixfiles @ 2a3a3b4caf2b881ece4c83b4a7e02047f3735555

System and user configuration, managed by nix and home-manager

OSX: Update Syncthing launch agent

Alan Pearce
commit

2a3a3b4caf2b881ece4c83b4a7e02047f3735555

parent

7a417e261d3cee8c0aaa91ee18cfe366aad37d27

1 file changed, 11 insertions(+), 2 deletions(-)

jump to
M LaunchAgents/se.nym.syncthing.plistLaunchAgents/net.syncthing.syncthing.plist
@@ -3,11 +3,13 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <dict> <key>Label</key> - <string>se.nym.syncthing</string> + <string>net.syncthing.syncthing</string> + <key>ProgramArguments</key> <array> <string>/Users/apearce/bin/syncthing</string> </array> + <key>EnvironmentVariables</key> <dict> <key>HOME</key>
@@ -15,7 +17,14 @@ <string>/Users/apearce</string>
<key>STNORESTART</key> <string>1</string> </dict> + <key>KeepAlive</key> - <true/> + <true/> + + <key>LowPriorityIO</key> + <true/> + + <key>ProcessType</key> + <string>Background</string> </dict> </plist>