mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
12 lines
264 B
Text
12 lines
264 B
Text
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
description="Firmware update daemon"
|
|
command="/usr/libexec/fwupd/fwupd"
|
|
|
|
depend() {
|
|
need dbus
|
|
before xdm
|
|
}
|