diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-20 02:30:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-20 02:30:49 +0200 |
commit | 0d26c91071adb33a3c25f075dcbacb85e1469d53 (patch) | |
tree | e523d694614be7b2e36e70d5284f31027a57730b /units | |
parent | 2588269757b462036d7c68d52c2d50665af7bcd6 (diff) |
unit: ship default.service for sessions by default
Diffstat (limited to 'units')
-rw-r--r-- | units/session/default.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/session/default.target b/units/session/default.target new file mode 100644 index 0000000000..deb310c2f7 --- /dev/null +++ b/units/session/default.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Default |