Skip to content

Commit

Permalink
app-admin/rasdaemon: fix init.d binary paths
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <[email protected]>
  • Loading branch information
robbat2 committed Nov 20, 2018
1 parent 53839f0 commit e996255
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-admin/rasdaemon/files/ras-mc-ctl.openrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

description="Starts ${SVCNAME} service for rasdaemon"

command="/usr/bin/${SVCNAME}"
command="/usr/sbin/${SVCNAME}"
command_args="--register-labels"
pidfile=/run/${SVCNAME}.pid
command_background=true
2 changes: 1 addition & 1 deletion app-admin/rasdaemon/files/rasdaemon.openrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

description="Starts ${SVCNAME} service"

command="/usr/bin/${SVCNAME}"
command="/usr/sbin/${SVCNAME}"
command_args="--foreground --record"
pidfile=/run/${SVCNAME}.pid
command_background=true
Expand Down
File renamed without changes.

0 comments on commit e996255

Please sign in to comment.