added systemd start script for debian build

This commit is contained in:
john30
2017-08-27 18:58:57 +02:00
parent 8c71d72b33
commit f1c5cdbd1a
4 changed files with 52 additions and 23 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=ebusd, the daemon for communication with eBUS heating systems.
After=network.target
ConditionPathExists=/var/log
[Service]
Type=forking
Restart=always
PIDFile=/var/run/ebusd.pid
EnvironmentFile=-/etc/conf.d/ebusd
ExecStart=/usr/bin/ebusd $EBUSD_OPTS
[Install]
WantedBy=multi-user.target