Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / servers / x11 / xquartz / org.nixos.xquartz.privileged_startx.plist
blob190b383676d46bbc943f1407c281b97a6f9d9d49
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Label</key>
6 <string>org.nixos.xquartz.privileged_startx</string>
7 <key>ProgramArguments</key>
8 <array>
9 <string>@PRIVILEGED_STARTX@</string>
10 <string>-d</string>
11 <string>@PRIVILEGED_STARTX_D@</string>
12 </array>
13 <key>MachServices</key>
14 <dict>
15 <key>org.nixos.xquartz.privileged_startx</key>
16 <true/>
17 </dict>
18 <key>TimeOut</key>
19 <integer>120</integer>
20 <key>EnableTransactions</key>
21 <true/>
22 </dict>
23 </plist>