Skip to content

Commit

Permalink
darwin: fix launch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Nov 18, 2024
1 parent 38460ed commit c729770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions data/com.redhat.spice.vdagent.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>KeepAlive</key>
<dict>
<key>Crashed</key>
<true/>
<false/>
</dict>
<key>Label</key>
<string>com.redhat.spice.vdagent</string>
Expand All @@ -18,9 +18,5 @@
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/spice-vdagent.stderr.log</string>
<key>StandardOutPath</key>
<string>/var/log/spice-vdagent.stdout.log</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion data/com.redhat.spice.vdagentd.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>KeepAlive</key>
<dict>
<key>Crashed</key>
<true/>
<false/>
</dict>
<key>Label</key>
<string>com.redhat.spice.vdagentd</string>
Expand Down

0 comments on commit c729770

Please sign in to comment.