2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

fhem.service: add network-online.target as option #msg=1303306

git-svn-id: https://svn.fhem.de/fhem/trunk@28505 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2024-02-11 21:07:06 +00:00
parent 2586b682ee
commit ac39bf42cd

View File

@ -4,6 +4,19 @@
Description=FHEM Home Automation
Wants=network.target
After=network.target
# In case of suspicious reconnect problems after reboot
# you can try to replace the above lines for
# network target by the below lines with
# network-online.target
#
# network-online.target will only work if
# "modern" network management tools (e.g. NetworkManager)
# are used.
#
# Wants=network-online.target
# After=network-online.target
#Requires=postgresql.service
#After=postgresql.service
#Requires=mysql.service