1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-20 07:12:36 +00:00
home-manager/tests/modules/services/syncthing/common/expected-agent.plist

21 lines
514 B
Text
Raw Normal View History

2023-02-09 01:59:38 +09:00
<?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-wrapper@</string>
2023-02-09 01:59:38 +09:00
</array>
</dict>
</plist>