projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11dc4a
)
systemctl: load unit if necessary
author
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Apr 2010 22:12:52 +0000
(
00:12
+0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 23 Apr 2010 22:12:52 +0000
(
00:12
+0200)
systemctl.vala
patch
|
blob
|
history
diff --git
a/systemctl.vala
b/systemctl.vala
index
65ee0fe
..
34685e1
100644
(file)
--- a/
systemctl.vala
+++ b/
systemctl.vala
@@
-196,7
+196,7
@@
int main (string[] args) {
for (int i = 2; i < args.length; i++) {
- ObjectPath p = manager.
get
_unit(args[i]);
+ ObjectPath p = manager.
load
_unit(args[i]);
Unit u = bus.get_object(
"org.freedesktop.systemd1",