-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfi.drodil.worktime.plist
More file actions
23 lines (23 loc) · 731 Bytes
/
fi.drodil.worktime.plist
File metadata and controls
23 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>Label</key>
<string>fi.drodil.worktime</string>
<key>UserName</key>
<string>YourUsername</string>
<key>ProgramArguments</key>
<array>
<string>worktime</string>
<!-- <string>Optional parameters</string>-->
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>60</integer>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
</dict>
</plist>