Update zoneminder.tmpfiles.in
remove cake cache folders from tmpfiles.d since we changed the cake cache engine to apc
This commit is contained in:
parent
f10d3f10a0
commit
cea31f205a
|
@ -1,7 +1,2 @@
|
|||
D @ZM_TMPDIR@ 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_TMPDIR@/logs 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_TMPDIR@/cache 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_TMPDIR@/cache/models 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_TMPDIR@/cache/persistent 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_TMPDIR@/cache/views 0755 @WEB_USER@ @WEB_GROUP@
|
||||
D @ZM_SOCKDIR@ 0755 @WEB_USER@ @WEB_GROUP@
|
||||
|
|
Loading…
Reference in New Issue