diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-06-27 21:50:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-06-27 21:50:35 +0200 |
commit | b42defe3b8ed3947d85db654a6cdb1b9999f394d (patch) | |
tree | c5ff15f05ca1a314cb76ce144f2da79b80cac9d6 /src/core/unit.h | |
parent | 8e2af478402414f060bbc16e1b4bbe7de1779c13 (diff) |
dbus: make more cgroup attributes runtime settable
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index c344719b16..be6abaff98 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -590,6 +590,7 @@ ExecContext *unit_get_exec_context(Unit *u) _pure_; CGroupContext *unit_get_cgroup_context(Unit *u) _pure_; int unit_write_drop_in(Unit *u, UnitSetPropertiesMode mode, const char *name, const char *data); +int unit_write_drop_in_private_section(Unit *u, UnitSetPropertiesMode mode, const char *name, const char *data); int unit_remove_drop_in(Unit *u, UnitSetPropertiesMode mode, const char *name); int unit_kill_context(Unit *u, KillContext *c, bool sigkill, pid_t main_pid, pid_t control_pid, bool main_pid_alien); |