Skip to content

Commit

Permalink
app-misc/ebusd: fix init script
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Jan 20, 2024
1 parent 6166835 commit 374b95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ src_test() {
src_install() {
default
use doc && dodoc -r docs/html
newinitd "${FILESDIR}"/ebusd.initd ebusd
newinitd "${FILESDIR}"/ebusd.initd-r1 ebusd
newconfd "${FILESDIR}"/ebusd.confd ebusd
systemd_newunit "${FILESDIR}"/ebusd.service-r1 ebusd.service
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ command_args="${EBUSD_OPTS}"
ebusd_path="/var/lib/ebusd"
html_path="${ebusd_path}/html"
logfile_path="/var/log/ebusd"
logfile="${pidfile_path}/ebusd.log"
logfile="${logfile_path}/ebusd.log"
name="eBUS daemon"
pidfile_path="/run/ebusd"
pidfile="${pidfile_path}/ebusd.pid"
Expand Down

0 comments on commit 374b95a

Please sign in to comment.