all repos — nixfiles @ 7a417e261d3cee8c0aaa91ee18cfe366aad37d27

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

LaunchAgents/se.nym.syncthing.plist (view raw)

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>