Created
July 16, 2013 16:32
-
-
Save freetonik/6010314 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>org.dmuth.ipfw</string> | |
| <key>Program</key> | |
| <string>/sbin/ipfw</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/sbin/ipfw</string> | |
| <string>-q</string> | |
| <string>/etc/ipfw.conf</string> | |
| </array> | |
| <key>RunAtLoad</key> | |
| <true> | |
| </true></dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Этот plist не валидный, это легко проверить используя
Валидный вариант должен выглядеть так: