Files
grub-btrfs/grub-btrfsd.initd
2022-09-02 22:56:44 +02:00

14 lines
314 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-btrfs-openrc"
command_args="${snapshots} ${timeshift_auto}"
pidfile="/run/{RC_SVCNAME}.pid"
command_background=true
depend() {
use localmount
}