2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 19:30:31 +00:00
fhem-mirror/fhem/contrib/init-scripts/osx/de.fhem.plist

28 lines
834 B
Plaintext
Raw Normal View History

<?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>