mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
82ba490176
git-svn-id: https://svn.fhem.de/fhem/trunk@2027 2b470e98-0d58-463d-a4d8-8e2adae1ed80
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
# FHEM Service
|
|
|
|
description "fhem server"
|
|
author "Rudolf Koenig <r.koenig@koeniglich.de>"
|
|
|
|
start on (net-device-up
|
|
and local-filesystems
|
|
and runlevel [2345])
|
|
stop on runlevel [016]
|
|
|
|
expect fork
|
|
respawn
|
|
|
|
chdir /opt/fhem
|
|
exec perl fhem.pl fhem.cfg
|