1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/fwupd/fwupd.initd
2020-08-18 00:29:58 +00:00

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
}