]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
pid1: create ro private tmp dirs when /tmp or /var/tmp is read-only
[thirdparty/systemd.git] / src / core / execute.h
index 6bd71c17404e8cc9d18fe724ace655c467e4708f..fc7bc5c24b2a89d0b98b0f182644264fa841117b 100644 (file)
@@ -405,7 +405,7 @@ ExecRuntime *exec_runtime_unref(ExecRuntime *r, bool destroy);
 
 int exec_runtime_serialize(const Manager *m, FILE *f, FDSet *fds);
 int exec_runtime_deserialize_compat(Unit *u, const char *key, const char *value, FDSet *fds);
-void exec_runtime_deserialize_one(Manager *m, const char *value, FDSet *fds);
+int exec_runtime_deserialize_one(Manager *m, const char *value, FDSet *fds);
 void exec_runtime_vacuum(Manager *m);
 
 void exec_params_clear(ExecParameters *p);