Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
bb324161
Commit
bb324161
authored
Sep 12, 2012
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemctl: direct the user to list-unit-files from the list-units output
parent
d4e9eb91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/systemctl/systemctl.c
src/systemctl/systemctl.c
+4
-2
No files found.
src/systemctl/systemctl.c
View file @
bb324161
...
...
@@ -425,9 +425,11 @@ static void output_units_list(const struct unit_info *unit_infos, unsigned c) {
"JOB = Pending job for the unit.
\n
"
);
if
(
arg_all
)
printf
(
"
\n
%u units listed.
\n
"
,
n_shown
);
printf
(
"
\n
%u loaded units listed.
\n
"
"To show all installed unit files use 'systemctl list-unit-files'.
\n
"
,
n_shown
);
else
printf
(
"
\n
%u units listed. Pass --all to see inactive units, too.
\n
"
,
n_shown
);
printf
(
"
\n
%u loaded units listed. Pass --all to see loaded but inactive units, too.
\n
"
"To show all installed unit files use 'systemctl list-unit-files'.
\n
"
,
n_shown
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment