mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-08-19 21:28:24 +08:00
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:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user