steam-chat-logger: steamuserimages subdir
This commit is contained in:
parent
5647654135
commit
e6940b151c
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@ directories = {
|
||||||
},
|
},
|
||||||
'/var/lib/steam_chat_logger': {
|
'/var/lib/steam_chat_logger': {
|
||||||
'owner': 'steam_chat_logger',
|
'owner': 'steam_chat_logger',
|
||||||
'mode': '0770',
|
'mode': '0755',
|
||||||
|
'needs': [
|
||||||
|
'zfs_dataset:tank/steam-chat-logger'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
'/var/lib/steam_chat_logger/steamuserimages': {
|
||||||
|
'owner': 'steam_chat_logger',
|
||||||
|
'mode': '0755',
|
||||||
'needs': [
|
'needs': [
|
||||||
'zfs_dataset:tank/steam-chat-logger'
|
'zfs_dataset:tank/steam-chat-logger'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue