unifi: Actually remove webapps at shutdown

This commit is contained in:
William A. Kennington III 2014-11-24 02:29:53 -08:00
parent 9dff67eed7
commit 8309aa04b2

View File

@ -70,7 +70,7 @@ in
''; '';
postStop = '' postStop = ''
rm "${stateDir}/webapps" rm -rf "${stateDir}/webapps"
''; '';
serviceConfig = { serviceConfig = {