Files
2022-02-27 18:38:14 +01:00

16 lines
325 B
Desktop File

[Unit]
Description=ebusd, the daemon for communication with eBUS heating systems.
After=network-online.target
ConditionPathExists=/var/log
[Service]
Type=forking
Restart=always
RestartSec=30
PIDFile=/run/ebusd.pid
EnvironmentFile=-/etc/conf.d/ebusd
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
[Install]
WantedBy=multi-user.target