mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fhem.service: do not set restart options as default
git-svn-id: https://svn.fhem.de/fhem/trunk@15704 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
17712e9bc4
commit
8f537b6c94
2
fhem/contrib/DEBIAN/postrm
Executable file → Normal file
2
fhem/contrib/DEBIAN/postrm
Executable file → Normal file
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# $Id:$
|
||||
# $Id$
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user