mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +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
|
#!/bin/bash
|
||||||
# $Id:$
|
# $Id$
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -12,8 +12,9 @@ Group=dialout
|
|||||||
WorkingDirectory=/opt/fhem
|
WorkingDirectory=/opt/fhem
|
||||||
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
|
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
|
||||||
#ExecStart=/usr/bin/perl fhem.pl configDB
|
#ExecStart=/usr/bin/perl fhem.pl configDB
|
||||||
Restart=always
|
# uncomment next two lines if auto-restart desired
|
||||||
RestartSec=5
|
#Restart=always
|
||||||
|
#RestartSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user