2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-13 03:05:34 +00:00

./contrib/init-scripts/fhem.service: use fhem.cfg as default

git-svn-id: https://svn.fhem.de/fhem/trunk@15685 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-12-25 10:34:23 +00:00
parent e7f8f8f23d
commit 1d6987085e

View File

@ -10,8 +10,8 @@ Type=forking
User=fhem
Group=dialout
WorkingDirectory=/opt/fhem
#ExecStart=/usr/bin/perl fhem.pl fhem.cfg
ExecStart=/usr/bin/perl fhem.pl configDB
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
#ExecStart=/usr/bin/perl fhem.pl configDB
Restart=always
RestartSec=5