commit: cf3553f5e868d19bcac6f83e487f25443d053264
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 22 16:26:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 22 16:26:33 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=cf3553f5
Update init files
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
data/steve.initd | 2 +-
data/steve.service | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/steve.initd b/data/steve.initd
index fb9a35f..641c055 100644
--- a/data/steve.initd
+++ b/data/steve.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
command="/usr/bin/steve"
-command_args="-f ${STEVE_OPTS}"
+command_args="${STEVE_OPTS}"
command_background=true
pidfile="/run/portage/${RC_SVCNAME}.pid"
diff --git a/data/steve.service b/data/steve.service
index a370b79..be4d774 100644
--- a/data/steve.service
+++ b/data/steve.service
@@ -1,6 +1,6 @@
[Service]
Type=exec
-ExecStart=/usr/bin/steve -f
+ExecStart=/usr/bin/steve
[Install]
WantedBy=multi-user.target