1[Unit]
2Description=ebusd, the daemon for communication with eBUS heating systems.
3After=network-online.target
4ConditionPathExists=/var/log
5
6[Service]
7Type=forking
8Restart=always
9RestartSec=30
10PIDFile=/var/run/ebusd.pid
11EnvironmentFile=-/etc/default/ebusd
12ExecStart=/usr/bin/ebusd $EBUSD_OPTS
13
14[Install]
15WantedBy=multi-user.target
16