trivial: add cache directory into systemd unit rw paths

This commit is contained in:
Mario Limonciello 2019-07-31 21:13:15 -05:00 committed by Richard Hughes
parent 7565baf3c0
commit 00aabbf78b

View File

@ -41,6 +41,7 @@ if get_option('systemd')
rw_directories = []
rw_directories += join_paths (localstatedir, 'lib', 'fwupd')
rw_directories += join_paths (localstatedir, 'cache', 'fwupd')
rw_directories += join_paths (sysconfdir, 'fwupd')
rw_directories += join_paths (sysconfdir, 'fwupd', 'remotes.d')
if get_option('plugin_uefi')