diff options
author | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 13:55:56 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-06-09 15:28:35 +0300 |
commit | d5aefcf0c141eafcd663cb473da0a1695289fb07 (patch) | |
tree | e279c52bcfb4156793c96bd31b9c4bb1dbcdf1b0 /testing/fwupd/fwupd.initd | |
parent | d41429e184408e6a35f789ca19296ef37559ea47 (diff) | |
download | aports-d5aefcf0c141eafcd663cb473da0a1695289fb07.tar.bz2 aports-d5aefcf0c141eafcd663cb473da0a1695289fb07.tar.xz |
testing/fwupd: new aport
Firmware update daemon
https://fwupd.org/
Diffstat (limited to 'testing/fwupd/fwupd.initd')
-rw-r--r-- | testing/fwupd/fwupd.initd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/fwupd/fwupd.initd b/testing/fwupd/fwupd.initd new file mode 100644 index 0000000000..b235bf82c6 --- /dev/null +++ b/testing/fwupd/fwupd.initd @@ -0,0 +1,13 @@ +#!/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 +} |