fixed typo - added "$" to pidfile (#434)

Added "$" to {RC_SVCNAME} to ensure pid file is grub-btrfsd.pid and not "{RC_SVCNAME}.pid"
This commit is contained in:
Sneed
2026-05-30 12:13:41 +00:00
committed by GitHub
parent 4669f59d47
commit b5670caba5

View File

@@ -5,7 +5,7 @@
name="grub-btrfs daemon" name="grub-btrfs daemon"
command="/usr/bin/grub-btrfsd" command="/usr/bin/grub-btrfsd"
command_args="$optional_args ${snapshots}" command_args="$optional_args ${snapshots}"
pidfile="/run/{RC_SVCNAME}.pid" pidfile="/run/${RC_SVCNAME}.pid"
command_background=true command_background=true
depend() { depend() {