]> git.proxmox.com Git - mirror_lxc.git/blob - config/init/systemd/lxc-net.service.in
systemd/selinux init scripts fixups
[mirror_lxc.git] / config / init / systemd / lxc-net.service.in
1 [Unit]
2 Description=LXC network bridge setup
3 After=network.target
4 Before=lxc.service
5
6 [Service]
7 Type=oneshot
8 RemainAfterExit=yes
9 ExecStart=@LIBEXECDIR@/lxc/lxc-net start
10 ExecStop=@LIBEXECDIR@/lxc/lxc-net stop
11
12 [Install]
13 WantedBy=multi-user.target