Makes the user keychains available to the service (#847)

Without creating a session, the service is not able to access the keychains for the user specified under `UserName`. This causes any workflow that deals with code signing to fail as the only keychain loaded with be the system one. This should fix #350
This commit is contained in:
Raphael Cruzeiro
2021-10-06 20:37:45 +01:00
committed by GitHub
parent c4b6d288d4
commit 400b2d879c

View File

@@ -25,5 +25,7 @@
</dict>
<key>ProcessType</key>
<string>Interactive</string>
<key>SessionCreate</key>
<true/>
</dict>
</plist>