chiark / gitweb /
execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_dangerous...
[elogind.git] / src / core / execute.c
index bc925cd80cfd3bf188ea078badd58f0c6df1a19a..4735ab24178e25db6c06f04ab92bb34351a156ac 100644 (file)
@@ -1984,7 +1984,7 @@ int exec_context_destroy_runtime_directory(ExecContext *c, const char *runtime_p
                 /* We execute this synchronously, since we need to be
                  * sure this is gone when we start the service
                  * next. */
-                rm_rf_dangerous(p, false, true, false);
+                rm_rf(p, false, true, false);
         }
 
         return 0;