mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 12:56:29 +08:00
14 lines
305 B
Plaintext
Executable File
14 lines
305 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
# Copyright 2021 Pascal Jaeger
|
|
# Distributed under the terms of the GNU General Public License v3
|
|
|
|
name="grub-btrfs daemon"
|
|
command="/usr/bin/grub-btrfsd"
|
|
command_args="$optional_args ${snapshots}"
|
|
pidfile="/run/{RC_SVCNAME}.pid"
|
|
command_background=true
|
|
|
|
depend() {
|
|
use localmount
|
|
}
|