diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-24 20:49:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-10-24 20:49:48 +0200 |
commit | 828d92acbc8e6f536419cfaee10d6b5c7b0d7f82 (patch) | |
tree | 20c01244e29ee293e67194e535c7958ea889ac2b /units | |
parent | 8e4e851f1ddc98daf69b68998afc5a096ea17893 (diff) |
core: drop -.slice from shipped units
Since this unit is synthesized anyway there's no point in actually shipping it
on disk. This also has the benefit that "cd /usr/lib/systemd/system ; ls *"
won't be confused by the leading dash of the file name anymore.
Diffstat (limited to 'units')
-rw-r--r-- | units/x-.slice | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/units/x-.slice b/units/x-.slice deleted file mode 100644 index ac82c35874..0000000000 --- a/units/x-.slice +++ /dev/null @@ -1,12 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Root Slice -Documentation=man:systemd.special(7) -DefaultDependencies=no -Before=slices.target |