fhem.service: do not set restart options as default

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-12-27 12:49:12 +00:00
parent 3245aadb8e
commit 4beb1c8c77
2 changed files with 4 additions and 3 deletions

2
contrib/DEBIAN/postrm Executable file → Normal file
View File

@ -1,5 +1,5 @@
#!/bin/bash
# $Id:$
# $Id$
set -e

View File

@ -12,8 +12,9 @@ Group=dialout
WorkingDirectory=/opt/fhem
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
#ExecStart=/usr/bin/perl fhem.pl configDB
Restart=always
RestartSec=5
# uncomment next two lines if auto-restart desired
#Restart=always
#RestartSec=5
[Install]
WantedBy=multi-user.target