Skip to content

Commit a1465a7

Browse files
committed
Create file_cleanup.plist
1 parent e963719 commit a1465a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

file_cleanup.plist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>Label</key>
6+
<string>file_cleanup</string>
7+
<key>ProgramArguments</key>
8+
<array>
9+
<string>/usr/sbin/file_cleanup.sh</string>
10+
</array>
11+
<key>RunAtLoad</key>
12+
<true/>
13+
</dict>
14+
</plist>

0 commit comments

Comments
 (0)