mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
13 lines
291 B
Text
13 lines
291 B
Text
#!/sbin/openrc-run
|
|
# Copyright 1999-2018 Gentoo Foundation
|
|
# 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 dbus
|
|
before xdm
|
|
}
|