summarylogtreecommitdiffstats
path: root/fwupd.conf.d
blob: 7450ab1575147de50e2bb8014a44553c297c7b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Configuration for the fwupd-Daemon -- overrides the defaults set in /etc/init.d/fwupd.

# Optional: Override the exeecutable to run:
#_FWUPD_COMMAND="/usr/lib/fwupd/fwupd"

# Optional: Specify (additional) command line options to pass -- run '/usr/lib/fwupd/fwupd --help-all' for a list.
#_FWUPD_ARGS='-v'
_FWUPD_ARGS=""

# Optional: Specify a specific user, and additionally optionally group, it should be run as.
#_FWUPD_USER=root
#_FWUPD_GROUP=root

# Optional: Override PID-file.
#_FWUPD_PIDFILE="/run/fwupd.pid"