diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-10-31 01:25:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-10-31 01:43:38 +0100 |
commit | 04d39279245834494baccfdb9349db8bf80abd13 (patch) | |
tree | 2e6b213bfd273af6e157e77bf0d03ff68bf144cc /Makefile.am | |
parent | f85fc8454137a5cfba99b3a24aaa6dc38f6e2768 (diff) |
machinectl: add new command to spawn a getty inside a container
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc29d73a77..630fb19c35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -417,6 +417,7 @@ nodist_systemunit_DATA = \ units/serial-getty@.service \ units/console-shell.service \ units/console-getty.service \ + units/container-getty@.service \ units/systemd-initctl.service \ units/systemd-shutdownd.service \ units/systemd-remount-fs.service \ @@ -459,6 +460,7 @@ EXTRA_DIST += \ units/serial-getty@.service.m4 \ units/console-shell.service.m4.in \ units/console-getty.service.m4.in \ + units/container-getty@.service.m4.in \ units/rescue.service.m4.in \ units/systemd-initctl.service.in \ units/systemd-shutdownd.service.in \ @@ -494,6 +496,7 @@ EXTRA_DIST += \ CLEANFILES += \ units/console-shell.service.m4 \ units/console-getty.service.m4 \ + units/container-getty@.service.m4 \ units/rescue.service.m4 if HAVE_SYSV_COMPAT |