launchd: Managing a Java Jar
问题 I have the following launchd configuration (stored in acme.plist ) which I load and start using launchctl load acme.plist and launchctl start acme.plist respectively. <?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>com.acme</string> <key>ProgramArguments</key> <array> <string>/usr/bin/java</string> <string>-jar /usr/local/acme/acme-latest.jar<