2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

changed: documentation

git-svn-id: https://svn.fhem.de/fhem/trunk@17206 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2018-08-25 18:18:49 +00:00
parent 1a78533733
commit 0e9e164234

View File

@ -248,7 +248,7 @@ sub watchdog_client_NotifySystemD($$) {
Group=dialout<br/>
# Run ExecStartPre with root-permissions<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/>
# Run ExecStart with defined user and group<br/>
WorkingDirectory=/opt/fhem<br/>
@ -316,7 +316,7 @@ sub watchdog_client_NotifySystemD($$) {
Group=dialout<br/>
# Run ExecStartPre with root-permissions<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/>
# Run ExecStart with defined user and group<br/>
WorkingDirectory=/opt/fhem<br/>