From b5670caba5bfe35c8e1fc5e011264d711bc8d82e Mon Sep 17 00:00:00 2001 From: Sneed <121053346+dominic-deguzman@users.noreply.github.com> Date: Sat, 30 May 2026 12:13:41 +0000 Subject: [PATCH] fixed typo - added "$" to pidfile (#434) Added "$" to {RC_SVCNAME} to ensure pid file is grub-btrfsd.pid and not "{RC_SVCNAME}.pid" --- grub-btrfsd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-btrfsd.initd b/grub-btrfsd.initd index 29ac034..2b7c96e 100755 --- a/grub-btrfsd.initd +++ b/grub-btrfsd.initd @@ -5,7 +5,7 @@ name="grub-btrfs daemon" command="/usr/bin/grub-btrfsd" command_args="$optional_args ${snapshots}" -pidfile="/run/{RC_SVCNAME}.pid" +pidfile="/run/${RC_SVCNAME}.pid" command_background=true depend() {