mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-26 15:38:39 +00:00
trivial: add cache directory into systemd unit rw paths
This commit is contained in:
parent
7565baf3c0
commit
00aabbf78b
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user