aboutsummaryrefslogtreecommitdiff
path: root/home/private_Library/LaunchAgents/homebrew.mxcl.syncthing.plist
blob: 2932303ee4fe2ad57649e7c6efdf50e514517600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>homebrew.mxcl.syncthing</string>
	<key>LimitLoadToSessionType</key>
	<array>
		<string>Aqua</string>
		<string>Background</string>
		<string>LoginWindow</string>
		<string>StandardIO</string>
		<string>System</string>
	</array>
	<key>ProgramArguments</key>
	<array>
		<string>/opt/homebrew/opt/syncthing/bin/syncthing</string>
		<string>--no-browser</string>
		<string>--no-restart</string>
	</array>
	<key>RunAtLoad</key>
	<true/>
	<key>StandardErrorPath</key>
	<string>/opt/homebrew/var/log/syncthing.log</string>
	<key>StandardOutPath</key>
	<string>/opt/homebrew/var/log/syncthing.log</string>
</dict>
</plist>