ensure network is started
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=ebusd, the daemon for communication with eBUS heating systems.
|
Description=ebusd, the daemon for communication with eBUS heating systems.
|
||||||
After=local-fs.target
|
After=network.target
|
||||||
ConditionPathExists=/var/log
|
ConditionPathExists=/var/log
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
EnvironmentFile=-/etc/conf.d/ebusd
|
|
||||||
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
|
|
||||||
Restart=always
|
Restart=always
|
||||||
PIDFile=/run/ebusd.pid
|
PIDFile=/run/ebusd.pid
|
||||||
|
EnvironmentFile=-/etc/conf.d/ebusd
|
||||||
|
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user