14 lines
281 B
SYSTEMD
14 lines
281 B
SYSTEMD
[Unit]
|
|
Description=LXC network bridge setup
|
|
After=network-online.target
|
|
Before=lxc.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/aarch64-linux-gnu/lxc/lxc-net start
|
|
ExecStop=/usr/lib/aarch64-linux-gnu/lxc/lxc-net stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|