Ticket #10924: org.macports.fetchmail.plist

File org.macports.fetchmail.plist, 1005 bytes (added by aurelien.dehay@…, 18 years ago)
Line 
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>Debug</key>
6        <false/>
7        <key>Label</key>
8        <string>org.macports.fetchmail</string>
9        <key>OnDemand</key>
10        <false/>
11        <key>ProgramArguments</key>
12        <array>
13                <string>/opt/local/bin/daemondo</string>
14                <string>--label=fetchmail</string>
15                <string>--start-cmd</string>
16                <string>/opt/local/etc/LaunchDaemons/org.macports.fetchmail/fetchmail.wrapper</string>
17                <string>start</string>
18                <string>;</string>
19                <string>--stop-cmd</string>
20                <string>/opt/local/etc/LaunchDaemons/org.macports.fetchmail/fetchmail.wrapper</string>
21                <string>stop</string>
22                <string>;</string>
23                <string>--restart-cmd</string>
24                <string>/opt/local/etc/LaunchDaemons/org.macports.fetchmail/fetchmail.wrapper</string>
25                <string>restart</string>
26                <string>;</string>
27                <string>--pid=none</string>
28        </array>
29        <key>RunAtLoad</key>
30        <false/>
31</dict>
32</plist>