mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
changed: documentation
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17206 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b7594bf4b7
commit
e7172238ae
@ -248,7 +248,7 @@ sub watchdog_client_NotifySystemD($$) {
|
|||||||
Group=dialout<br/>
|
Group=dialout<br/>
|
||||||
# Run ExecStartPre with root-permissions<br/>
|
# Run ExecStartPre with root-permissions<br/>
|
||||||
PermissionsStartOnly=true<br/>
|
PermissionsStartOnly=true<br/>
|
||||||
ExecStartPre=-/bin/mkdir /var/run/fhem<br/>
|
ExecStartPre=-/bin/mkdir -p /var/run/fhem<br/>
|
||||||
ExecStartPre=/bin/chown -R fhem:dialout /var/run/fhem<br/>
|
ExecStartPre=/bin/chown -R fhem:dialout /var/run/fhem<br/>
|
||||||
# Run ExecStart with defined user and group<br/>
|
# Run ExecStart with defined user and group<br/>
|
||||||
WorkingDirectory=/opt/fhem<br/>
|
WorkingDirectory=/opt/fhem<br/>
|
||||||
@ -316,7 +316,7 @@ sub watchdog_client_NotifySystemD($$) {
|
|||||||
Group=dialout<br/>
|
Group=dialout<br/>
|
||||||
# Run ExecStartPre with root-permissions<br/>
|
# Run ExecStartPre with root-permissions<br/>
|
||||||
PermissionsStartOnly=true<br/>
|
PermissionsStartOnly=true<br/>
|
||||||
ExecStartPre=-/bin/mkdir /var/run/fhem<br/>
|
ExecStartPre=-/bin/mkdir -p /var/run/fhem<br/>
|
||||||
ExecStartPre=/bin/chown -R fhem:dialout /var/run/fhem<br/>
|
ExecStartPre=/bin/chown -R fhem:dialout /var/run/fhem<br/>
|
||||||
# Run ExecStart with defined user and group<br/>
|
# Run ExecStart with defined user and group<br/>
|
||||||
WorkingDirectory=/opt/fhem<br/>
|
WorkingDirectory=/opt/fhem<br/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user