mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +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
395 B
Text
19 lines
395 B
Text
[Unit]
|
|
Description=LXC Container: %i
|
|
# This pulls in apparmor, dev-setup, lxc-net
|
|
After=lxc.service
|
|
Wants=lxc.service
|
|
Documentation=man:lxc-start man:lxc
|
|
|
|
[Service]
|
|
Type=simple
|
|
KillMode=mixed
|
|
TimeoutStopSec=120s
|
|
ExecStart=/usr/bin/lxc-start -F -n %i
|
|
ExecStop=/usr/bin/lxc-stop -n %i
|
|
# Environment=BOOTUP=serial
|
|
# Environment=CONSOLETYPE=serial
|
|
Delegate=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|