mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
26 lines
No EOL
667 B
Text
26 lines
No EOL
667 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>KeepAlive</key>
|
|
<dict>
|
|
<key>Crashed</key>
|
|
<true/>
|
|
<key>SuccessfulExit</key>
|
|
<false/>
|
|
</dict>
|
|
<key>Label</key>
|
|
<string>org.nix-community.home.syncthing</string>
|
|
<key>ProcessType</key>
|
|
<string>Background</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>@syncthing@/bin/syncthing</string>
|
|
<string>-no-browser</string>
|
|
<string>-no-restart</string>
|
|
<string>-logflags=0</string>
|
|
<string>-foo</string>
|
|
<string>-bar "baz"</string>
|
|
</array>
|
|
</dict>
|
|
</plist> |