2021-11-21 17:13:30 +01: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.test-service</string>
|
|
|
|
<key>ProcessType</key>
|
|
|
|
<string>Background</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
|
|
|
<string>/some/command</string>
|
|
|
|
<string>--with-arguments</string>
|
|
|
|
<string>foo</string>
|
|
|
|
</array>
|
2023-03-22 17:52:18 +01:00
|
|
|
<key>UnrecognizedByHomeManager</key>
|
|
|
|
<string>should make it to the resulting plist</string>
|
2021-11-21 17:13:30 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|