]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemctl/systemctl.c
Merge pull request #2316 from poettering/dnssec14
[thirdparty/systemd.git] / src / systemctl / systemctl.c
index cbf71268c60bb1d86e664f178f7a657f74bb67bd..3f2c308b8fdcec1f81764327b32f7d7a12b8e872 100644 (file)
@@ -2794,7 +2794,7 @@ static int start_unit(int argc, char *argv[], void *userdata) {
         if (!arg_no_block) {
                 int q;
 
-                q = bus_wait_for_jobs(w, arg_quiet);
+                q = bus_wait_for_jobs(w, arg_quiet, arg_scope != UNIT_FILE_SYSTEM ? "--user" : NULL);
                 if (q < 0)
                         return q;