commit:     90ec07c66df3a71b3b7567138b791340f36d51ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 19:10:54 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 19:23:11 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=90ec07c6

data: fix OpenRC pidfile path

We no longer use /run/portage as we use a device node w/ the CUSE port
(and no tmpfiles entry is therefore installed).

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 data/steve.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/steve.initd b/data/steve.initd
index 641c055..2db7f81 100644
--- a/data/steve.initd
+++ b/data/steve.initd
@@ -2,4 +2,4 @@
 command="/usr/bin/steve"
 command_args="${STEVE_OPTS}"
 command_background=true
-pidfile="/run/portage/${RC_SVCNAME}.pid"
+pidfile="/run/${RC_SVCNAME}.pid"

Reply via email to