mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-13 18:10:54 -06:00
fix: qbittorrent busted
This commit is contained in:
parent
4dca730684
commit
d3adee7a9e
1 changed files with 3 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ in
|
|||
|
||||
tmpfiles.rules = [
|
||||
"d /var/lib/${serviceCfg.name}-downloads 755 ${serviceCfg.name} ${serviceCfg.name} -"
|
||||
"Z /var/lib/${serviceCfg.name}-downloads 755 ${serviceCfg.name} ${serviceCfg.name} -"
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
@ -420,7 +421,9 @@ in
|
|||
|
||||
tmpfiles.rules = [
|
||||
"d ${mnt}/${serviceCfg.name} 0755 microvm wheel - -"
|
||||
"Z ${mnt}/${serviceCfg.name} 0755 microvm wheel - -"
|
||||
"d ${mnt}/${serviceCfg.name}/downloads 0755 microvm wheel - -"
|
||||
"Z ${mnt}/${serviceCfg.name}/downloads 0755 microvm wheel - -"
|
||||
# "d /run/secrets/qbittorrent/caddy 755 caddy caddy -"
|
||||
# "d /var/log/caddy 755 caddy caddy -"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue