mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
- build system switched to meson, so dropping all keywords off, - some changes to handling systemd in general - there's a chance gentoo-lxc on systemd breaks due to this (did my best to test it but...) Signed-off-by: Joonas Niilola <juippis@gentoo.org>
19 lines
527 B
Text
19 lines
527 B
Text
[Unit]
|
|
Description=LXC Container Initialization and Autoboot Code
|
|
After=network.target lxc-net.service remote-fs.target
|
|
Wants=lxc-net.service
|
|
Documentation=man:lxc-autostart man:lxc
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStartPre=/usr/libexec/lxc/lxc-apparmor-load
|
|
ExecStart=/usr/libexec//lxc/lxc-containers start
|
|
ExecStop=/usr/libexec/lxc/lxc-containers stop
|
|
ExecReload=/usr/libexec/lxc/lxc-apparmor-load
|
|
# Environment=BOOTUP=serial
|
|
# Environment=CONSOLETYPE=serial
|
|
Delegate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|