diff options
Diffstat (limited to 'community/fwupd/fwupd.initd')
-rw-r--r-- | community/fwupd/fwupd.initd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/fwupd/fwupd.initd b/community/fwupd/fwupd.initd new file mode 100644 index 0000000000..b235bf82c6 --- /dev/null +++ b/community/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 +} |