]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - systemd-interfaces.vala
reload: implement reload/reexec logic
[thirdparty/systemd.git] / systemd-interfaces.vala
index 3b65d3c90b3f2ecd0e352c7e20f444fccfcf6bff..4e845c0bbf39b6d73274e8f2be877924bdc863aa 100644 (file)
@@ -57,6 +57,10 @@ public interface Manager : DBus.Object {
 
         public abstract string dump() throws DBus.Error;
 
+        public abstract void reload() throws DBus.Error;
+        public abstract void reexecute() throws DBus.Error;
+        public abstract void exit() throws DBus.Error;
+
         public abstract ObjectPath create_snapshot(string name, bool cleanup = false) throws DBus.Error;
 
         public abstract signal void unit_new(string id, ObjectPath path);