aligned options
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# /etc/default/ebusd:
|
||||
# config file for /etc/init.d/ebusd.
|
||||
# config file for ebusd service.
|
||||
|
||||
# Options to pass to ebusd:
|
||||
# Options to pass to ebusd (run "ebusd -?" for more info):
|
||||
EBUSD_OPTS="--scanconfig"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# /etc/conf.d/ebusd:
|
||||
# config file for /etc/init.d/ebusd.
|
||||
# config file for ebusd service.
|
||||
|
||||
# Options to pass to ebusd:
|
||||
EBUSD_ARGS="--scanconfig"
|
||||
# Options to pass to ebusd (run "ebusd -?" for more info):
|
||||
EBUSD_OPTS="--scanconfig"
|
||||
|
||||
Executable → Regular
+1
-1
@@ -4,7 +4,7 @@
|
||||
# $Header: $
|
||||
|
||||
command="/usr/bin/ebusd"
|
||||
command_args="${EBUSD_ARGS}"
|
||||
command_args="${EBUSD_OPTS}"
|
||||
start_stop_daemon_args="--quiet"
|
||||
description="ebusd, the daemon for communication with eBUS heating systems."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user