]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Install systemd units for Ubuntu
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 31 Jul 2014 06:53:56 +0000 (08:53 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 4 Aug 2014 19:44:49 +0000 (15:44 -0400)
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac

index edae96f444274542e01b8a52fac409dda310d5c0..720fac4f0b64ad83806f7c2945de30a760b1b24f 100644 (file)
@@ -92,7 +92,7 @@ case "$with_init_script" in
                                init_script=upstart,systemd
                                ;;
                        ubuntu)
-                               init_script=upstart
+                               init_script=upstart,systemd
                                ;;
                        *)
                                echo -n "Linux distribution init system unknown."