Set ProcessType in macOS auto-restart service to 'interactive' (#6416)

This commit is contained in:
Jakub Kuczys
2024-08-04 21:19:28 +02:00
committed by GitHub
parent fa7236af63
commit 2c2080df12

View File

@@ -57,6 +57,8 @@ Paste the following and replace the following:
<string>username</string> <string>username</string>
<key>InitGroups</key> <key>InitGroups</key>
<true/> <true/>
<key>ProcessType</key>
<string>Interactive</string>
</dict> </dict>
</plist> </plist>