2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00
fhem-mirror/fhem/contrib/init-scripts/osx/de.fhem.plist
rudolfkoenig 0732cf8600 init-scripts/osx: Forum #81485
git-svn-id: https://svn.fhem.de/fhem/trunk@15673 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-12-23 16:12:53 +00:00

28 lines
834 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"[http://www.apple.com/DTDs/PropertyList-1.0.dtd http://www.apple.com/DTDs/PropertyList-1.0.dtd]">
<plist version="1.0">
<dict>
<key>Label</key>
<string>de.fhem</string>
<key>WorkingDirectory</key>
<string>/opt/fhem</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/perl</string>
<string>/opt/fhem/fhem.pl</string>
<string>/opt/fhem/fhem.cfg</string>
</array>
<key>StandardOutPath</key>
<string>/opt/fhem/log/start.log</string>
<key>StandardErrorPath</key>
<string>/opt/fhem/log/start.log</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>fhem</string>
<key>AbandonProcessGroup</key>
<true/>
</dict>
</plist>