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

fhem.service: restart=always reactivated

git-svn-id: https://svn.fhem.de/fhem/trunk@15975 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2018-01-23 20:05:16 +00:00
parent d9c460fbe7
commit 3ad04b57c9

View File

@ -12,12 +12,13 @@ Group=dialout
WorkingDirectory=/opt/fhem
ExecStart=/usr/bin/perl fhem.pl fhem.cfg
#ExecStart=/usr/bin/perl fhem.pl configDB
# uncomment next two lines if auto-restart desired
# uncomment next two lines if auto-restart desired
# please select restart options according your needs
# Restart=on-abnormal # uncomment for crash and watchdog event recovery only (keeps shutdown working)
# Restart=always # alternativly uncomment this line for recover always
# RestartSec=5 # uncomment always if restart required!
Restart=always # alternativly uncomment this line for recover always
RestartSec=5 # uncomment always if restart required!
[Install]
WantedBy=multi-user.target