mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
15 lines
272 B
Plaintext
15 lines
272 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
|
||
|
|
||
|
exec /usr/bin/fhem.pl /etc/fhem.cfg
|