diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index fd6b2e974..999ae7112 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -1754,9 +1754,10 @@ The following local attributes are used by a wider range of devices:
nofork
- If set and the logfile is not "-", do not try to background. Needed on
- some Fritzbox installations, and it will be set automatically for
- Windows.
+ If set, do not go at startup into background.
+ The standard systemd FHEM startscript expects starting
+ in background, in this case the attribute must not be set.
+ The attribute will be set automatically for Windows.
@@ -1764,7 +1765,7 @@ The following local attributes are used by a wider range of devices:
by setting the global attribute perlSyntaxCheck, a syntax check
will be executed upon definition or modification, if the command is
perl and FHEM is already started.
-
+
pidfilename
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index 07a3e1cde..404a26896 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -1871,10 +1871,10 @@ Die folgenden lokalen Attribute werden von mehreren Geräten verwendet:
nofork
- Wenn dieses Attribut oder "attr global logfile -" gesetzt ist,
- dann wird FHEM nicht im Hintergrund abgearbeitet.
- Dieses Attribut ist bei einigen FHEM Installationen auf FRITZ!-Boxen
- notwendig, und wid fuer Windows automatisch gesetzt.
+ Wenn gesetzt, dann wird FHEM nicht im Hintergrund gestartet.
+ Das ausgelieferte systemd Startskript erwartet ein Start im
+ Hintergrund, in diesem Fall darf dieses Attribut nicht gesetzt sein.
+ Dieses Attribut wird fuer Windows automatisch gesetzt.