summary refs log tree commit diff stats
path: root/LaunchAgents/se.nym.syncthing.plist
blob: 0884e4a4d3c356e156b1e2627d596b372cd12218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>Label</key>
		<string>se.nym.syncthing</string>
		<key>ProgramArguments</key>
		<array>
			<string>/Users/apearce/bin/syncthing</string>
		</array>
		<key>EnvironmentVariables</key>
		<dict>
			<key>HOME</key>
			<string>/Users/apearce</string>
			<key>STNORESTART</key>
			<string>1</string>
		</dict>
		<key>KeepAlive</key>
	    <true/>
	</dict>
</plist>