aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/outcome.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/outcome.go')
-rw-r--r--internal/app/outcome.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/app/outcome.go b/internal/app/outcome.go
index 2f13c4f3..0feee237 100644
--- a/internal/app/outcome.go
+++ b/internal/app/outcome.go
@@ -272,9 +272,6 @@ func (state *outcomeStateSys) toSystem() error {
// must run first
&spParamsOp{},
- // TODO(ophestra): move this late for #8 and #9
- &spFilesystemOp{},
-
&spRuntimeOp{},
spTmpdirOp{},
spAccountOp{},
@@ -285,6 +282,7 @@ func (state *outcomeStateSys) toSystem() error {
&spPulseOp{},
&spDBusOp{},
+ &spFilesystemOp{},
spFinalOp{},
}