Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update mac plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Mihailov authored and Aleksandr Mihailov committed Dec 29, 2023
1 parent 28ffda4 commit f331380
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
./config.yaml
./log4rs.yaml
.DS_Store

21 changes: 21 additions & 0 deletions resources/launched.dev.fidonode.me.rusty_belt_server.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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/>
</dict>
<key>Label</key>
<string>launched.dev.fidonode.me.rusty_belt_server</string>
<key>ProgramArguments</key>
<array>
<string>sh</string>
<string>-c</string>
<string>rusty_belt_server</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Empty file removed resources/rusty-belt.plist
Empty file.

0 comments on commit f331380

Please sign in to comment.