mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-12 16:18:42 +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>
15 lines
304 B
Text
15 lines
304 B
Text
[Unit]
|
|
Description=LXC network bridge setup
|
|
After=network-online.target
|
|
Before=lxc.service
|
|
Documentation=man:lxc
|
|
ConditionVirtualization=!lxc
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/lxc/lxc-net start
|
|
ExecStop=/usr/libexec/lxc/lxc-net stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|