summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-container/lxc/files/lxc.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-lxc/recipes-container/lxc/files/lxc.service')
-rw-r--r--meta-agl-lxc/recipes-container/lxc/files/lxc.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-agl-lxc/recipes-container/lxc/files/lxc.service b/meta-agl-lxc/recipes-container/lxc/files/lxc.service
deleted file mode 100644
index acf8da39..00000000
--- a/meta-agl-lxc/recipes-container/lxc/files/lxc.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=LXC Container Initialization and Autoboot Code
-After=network.target lxc-net.service remote-fs.target drm-lease-manager.service
-Wants=lxc-net.service
-Documentation=man:lxc-autostart man:lxc
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStartPre=@LIBEXECDIR@/lxc/lxc-apparmor-load
-ExecStart=@LIBEXECDIR@/lxc/lxc-containers start
-ExecStop=@LIBEXECDIR@/lxc/lxc-containers stop
-ExecReload=@LIBEXECDIR@/lxc/lxc-apparmor-load
-# Environment=BOOTUP=serial
-# Environment=CONSOLETYPE=serial
-Delegate=yes
-
-[Install]
-WantedBy=multi-user.target