nicer directory structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# /etc/conf.d/ebusd:
|
||||
# config file for /etc/init.d/ebusd.
|
||||
|
||||
# Options to pass to ebusd:
|
||||
EBUSD_ARGS="--scanconfig"
|
||||
Executable
+14
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user