Added an openRC daemon

This commit is contained in:
Pascal Jäger
2021-10-24 02:05:51 +02:00
committed by Antynea
parent 9d436adf95
commit 02b925e4b5
3 changed files with 44 additions and 3 deletions

14
grub-btrfsd Executable file
View File

@@ -0,0 +1,14 @@
#!/sbin/openrc-run
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
name="grub-btrfs daemon"
command="/usr/bin/grub-btrfs-openrc"
pidfile="/run/{RC_SVCNAME}.pid"
command_background=true
depend() {
use localmount
}