ensure network is started

This commit is contained in:
john30
2017-08-29 21:03:24 +02:00
parent 0191ea889d
commit e2f72799e7
+3 -3
View File
@@ -1,14 +1,14 @@
[Unit]
Description=ebusd, the daemon for communication with eBUS heating systems.
After=local-fs.target
After=network.target
ConditionPathExists=/var/log
[Service]
Type=forking
EnvironmentFile=-/etc/conf.d/ebusd
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
Restart=always
PIDFile=/run/ebusd.pid
EnvironmentFile=-/etc/conf.d/ebusd
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
[Install]
WantedBy=multi-user.target