Salve uma lista de propriedades como /Library/LaunchAgents/some.label.plist:
<?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>some.label</string>
<key>ProgramArguments</key>
<array>
<string>java</string>
<string>-jar</string>
<string>/Library/Server/FiloSync/filosync-server-latest.jar</string>
<string>-p</string>
<string>7000</string>
<string>-s</string>
<string>7001</string>
</array>
<key>RunAtLoad</key>
<true/> <!-- run the program at login -->
<key>KeepAlive</key>
<true/> <!-- run the program again if it terminates -->
<key>WorkingDirectory</key>
<string>/Library/Server/FiloSync</string>
</dict>
</plist>
Verifique se o arquivo é de propriedade do root. Se não for, pode ser carregado sem sudo, mas não é carregado automaticamente no login. Em seguida, efetue logout e volte a testar se o programa foi iniciado.
Para mais informações, consulte man launchd.plist
, a nota técnica Daemons and Agents ou link .