diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-14 21:00:53 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-14 21:00:53 +0100 |
commit | 1063dc3a525a87c0285e071794317f71724492fe (patch) | |
tree | 0b9115e0b64a66bc5be3300b20470cde22f59263 /Makefile.am | |
parent | a5f9be457957731f6bd21bf60dd182fb2a6278cf (diff) |
units: add console-shell.service which can be used insted of the gettys to get a shell on /dev/console
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a2e40c3fd1..97c8be35ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -260,6 +260,7 @@ dist_systemunit_DATA = \ nodist_systemunit_DATA = \ units/getty@.service \ units/serial-getty@.service \ + units/console-shell.service \ units/graphical.target \ units/remote-fs.target \ units/multi-user.target \ @@ -304,6 +305,7 @@ nodist_userunit_DATA = \ EXTRA_DIST = \ units/getty@.service.m4 \ units/serial-getty@.service.m4 \ + units/console-shell.service.m4 \ units/graphical.target.m4 \ units/multi-user.target.m4 \ units/remote-fs.target.m4 \ |