summaryrefslogtreecommitdiff
path: root/systemd-interfaces.vala
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-14 01:01:10 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-14 01:01:10 +0100
commit6be1e7d538e12f4e5c79c1271dba90e66726d8fd (patch)
treea32725c522b5ce99a95fd9ce67c771fa50088840 /systemd-interfaces.vala
parent380bc8790dd284bbf967add222fa90d117ed50ea (diff)
unit: rename load_path to fragment_path to make clear what kind of configuration file this is
Diffstat (limited to 'systemd-interfaces.vala')
-rw-r--r--systemd-interfaces.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-interfaces.vala b/systemd-interfaces.vala
index 6eba8a5580..9947df54a7 100644
--- a/systemd-interfaces.vala
+++ b/systemd-interfaces.vala
@@ -71,7 +71,7 @@ public interface Unit : DBus.Object {
public abstract string description { owned get; }
public abstract string load_state { owned get; }
public abstract string active_state { owned get; }
- public abstract string load_path { owned get; }
+ public abstract string fragment_path { owned get; }
public abstract uint64 active_enter_timestamp { owned get; }
public abstract uint64 active_exit_timestamp { owned get; }
public abstract bool can_reload { owned get; }