unifi: Actually remove webapps at shutdown
This commit is contained in:
parent
9dff67eed7
commit
8309aa04b2
@ -70,7 +70,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postStop = ''
|
postStop = ''
|
||||||
rm "${stateDir}/webapps"
|
rm -rf "${stateDir}/webapps"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user