nicer directory structure

This commit is contained in:
john30
2016-01-06 15:17:57 +01:00
parent ec55636148
commit 5d8b351941
5 changed files with 2 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
command="/usr/bin/ebusd"
command_args="${EBUSD_ARGS}"
start_stop_daemon_args="--quiet"
description="ebusd, the daemon for communication with eBUS heating systems."
depend() {
need localmount
use logger
}