Totem building
This commit is contained in:
13
sys-apps/fwupd/files/fwupd-r2
Normal file
13
sys-apps/fwupd/files/fwupd-r2
Normal file
@ -0,0 +1,13 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
description="Firmware update daemon"
|
||||
pidfile="/var/run/fwupd.pid"
|
||||
command="/usr/libexec/fwupd/fwupd"
|
||||
command_background="true"
|
||||
|
||||
depend() {
|
||||
need elogind dbus
|
||||
before xdm
|
||||
}
|
Reference in New Issue
Block a user