summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/logs-show.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c
index 7dacccf6af..b909c24e98 100644
--- a/src/shared/logs-show.c
+++ b/src/shared/logs-show.c
@@ -886,12 +886,6 @@ int show_journal_by_unit(
assert(mode < _OUTPUT_MODE_MAX);
assert(unit);
- if (!endswith(unit, ".service") &&
- !endswith(unit, ".socket") &&
- !endswith(unit, ".mount") &&
- !endswith(unit, ".swap"))
- return 0;
-
if (how_many <= 0)
return 0;
@@ -962,11 +956,6 @@ int show_journal_by_user_unit(
assert(mode < _OUTPUT_MODE_MAX);
assert(unit);
- if (!endswith(unit, ".service") &&
- !endswith(unit, ".socket"))
-
- return 0;
-
if (how_many <= 0)
return 0;