diff options
author | Kay Sievers <kay@vrfy.org> | 2013-06-27 21:34:24 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-02 23:15:49 -0400 |
commit | a0f9c810faa022c264bf534ab9495e0e9f617962 (patch) | |
tree | 6871b465428bbc8e7f0766f5299b00e0b3df5d4a /units/x-.slice | |
parent | 460c589a92ae58c5cfb4d36dba073220ccdc565f (diff) | |
download | systemd-a0f9c810faa022c264bf534ab9495e0e9f617962.tar.gz |
build-sys: work around automake issue with files with a leading '-'
We should probably work around it, until it is sorted out.
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728
Diffstat (limited to 'units/x-.slice')
-rw-r--r-- | units/x-.slice | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/units/x-.slice b/units/x-.slice new file mode 100644 index 0000000000..ac82c35874 --- /dev/null +++ b/units/x-.slice @@ -0,0 +1,12 @@ +# 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 |