Skip to content

Commit

Permalink
Create ch.aiei.ruptime.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored Oct 31, 2024
1 parent fd82866 commit 44bd5b9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions systemd/ch.aiei.ruptime.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
?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>NetworkState</key>
<true/>
</dict>

<key>RunAtLoad</key>
<true/>

<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/bin:/usr/bin:/usr/local/bin:/opt/homebrew/bin</string>
</dict>

<key>WorkingDirectory</key>
<string>/tmp</string>

<key>Label</key>
<string>ch.aiei.ruptime</string>

<key>ProgramArguments</key>
<array>
<string>/opt/homebrew/bin/ruptime</string>
<string>-u</string>
</array>

<key>StartInterval</key>
<integer>60</integer>
</dict>
</plist>

0 comments on commit 44bd5b9

Please sign in to comment.