aligned options

This commit is contained in:
john30
2016-01-06 15:45:53 +01:00
parent 5d8b351941
commit d52cc27a2b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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"
+3 -3
View File
@@ -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
View File
@@ -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."