LaunchAgent
-creation de 2 .plist pour lancer automatiquement KYMSU2 et Installed.sh -màj de la doc
This commit is contained in:
32
LaunchAgents/kymsu.plist
Normal file
32
LaunchAgents/kymsu.plist
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
<key>_</key>
|
||||
<string>/usr/bin/env</string>
|
||||
</dict>
|
||||
<key>Label</key>
|
||||
<string>kymsu</string>
|
||||
<key>Program</key>
|
||||
<string>/usr/local/bin/kymsu2</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/kymsu2 --nodistract</string>
|
||||
</array>
|
||||
<key>StartCalendarInterval</key>
|
||||
<dict>
|
||||
<key>Hour</key>
|
||||
<integer>6</integer>
|
||||
<key>Minute</key>
|
||||
<integer>30</integer>
|
||||
<key>Weekday</key>
|
||||
<integer>2</integer>
|
||||
</dict>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/bruno/.kymsu/plugins.d/</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user