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