diff options
Diffstat (limited to 'org.catb.irkerd.plist')
-rw-r--r-- | org.catb.irkerd.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/org.catb.irkerd.plist b/org.catb.irkerd.plist new file mode 100644 index 0000000..3b30f92 --- /dev/null +++ b/org.catb.irkerd.plist @@ -0,0 +1,20 @@ +<?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> + <true/> + <key>Label</key> + <string>org.catb.irkerd</string> + <key>ProgramArguments</key> + <array> + <string>/usr/bin/irkerd</string> + </array> + <key>RunAtLoad</key> + <true/> + <key>UserName</key> + <string>nobody</string> + <key>GroupName</key> + <string>nobody</string> +</dict> +</plist> |